1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/ftp/pftpx/files/patch-Makefile
Andrey Slusar ee747397fb Move pftpx from missed dir pfptx.
Approved by:	sem(mentor)
2005-12-26 07:53:00 +00:00

12 lines
338 B
Plaintext

--- 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>