1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/upnp/files/patch-src::gena::Makefile
Yen-Ming Lee dc86935656 Backout previous commit.
It's a incompatible upgrade; net/linuxigd isn't yet ready for it.

Noticed by:     kris & bento, and many other linuxigd users.
2003-04-14 02:05:22 +00:00

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