Files
gentoo/net-misc/zssh/files/zssh-1.5a-gentoo-include.diff
Sergey Popov d3d8f88c67 net-misc/zssh: bump EAPI to 8
Closes: https://bugs.gentoo.org/819297
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
2021-10-27 15:53:18 +03:00

12 lines
320 B
Diff

--- a/Makefile.in Fri Sep 20 10:34:40 2002
+++ b/Makefile.in Fri Sep 20 10:34:56 2002
@@ -19,7 +19,7 @@
AR = @AR@
RANLIB = @RANLIB@
CC = @CC@
-CFLAGS = @CFLAGS@ @DEFS@ @EXTRA_CFLAGS@
+CFLAGS = @CFLAGS@ @DEFS@ @EXTRA_CFLAGS@ -I.
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@ @EXTRA_LIBS@
LDFLAGS = @LDFLAGS@