diff options
Diffstat (limited to 'ftp/pftpx/files/patch-Makefile')
-rw-r--r-- | ftp/pftpx/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/pftpx/files/patch-Makefile b/ftp/pftpx/files/patch-Makefile new file mode 100644 index 000000000000..4a6ace634008 --- /dev/null +++ b/ftp/pftpx/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Jun 27 19:14:36 2005 ++++ Makefile Mon Jun 27 19:30:00 2005 +@@ -5,6 +5,8 @@ + CFLAGS+=-I. -g + CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ + -Wno-uninitialized ++CFLAGS+=-I/usr/local/include -L/usr/local/lib ++INCLUDES+= -I/usr/local/include + LDADD+= -levent + + .include <bsd.prog.mk> |