mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
ee747397fb
Approved by: sem(mentor)
12 lines
338 B
Plaintext
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>
|