mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
dc86935656
It's a incompatible upgrade; net/linuxigd isn't yet ready for it. Noticed by: kris & bento, and many other linuxigd users.
12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
--- src/gena/Makefile.orig Fri Jun 15 08:21:33 2001
|
|
+++ src/gena/Makefile Sat Aug 3 16:29:39 2002
|
|
@@ -61,7 +61,7 @@
|
|
|
|
TARGET = $(upnp_lib_dir)/gena.o
|
|
|
|
-CFLAGS = -I$(upnp_inc_dir) -I$(upnp_src_inc_dir) -fpic -Wall -c -D_REENTRANT
|
|
+CFLAGS = -I$(upnp_inc_dir) -I$(upnp_src_inc_dir) -I$(PREFIX)/include -fpic -Wall -c -D_REENTRANT
|
|
|
|
ifeq ($(DEBUG),1)
|
|
CFLAGS += -g -O -DDEBUG
|