summaryrefslogtreecommitdiff
path: root/devel/upnp/files/patch-src::gena::Makefile
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2002-08-04 07:31:27 +0000
committerClive Lin <clive@FreeBSD.org>2002-08-04 07:31:27 +0000
commit2711126f9a505638a6988c2ce3a5dac2c2b1824d (patch)
treec7db53187901a7b41aff2b4ee309ae9c340fbcac /devel/upnp/files/patch-src::gena::Makefile
parentUpgrade to 1.27 (diff)
New port: SDK for UPnP Devices
This is Linux SDK for UPnP Devices 1.0, an Open Source Universal Plug and Play Development Kit. PR: ports/41294 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Notes
Notes: svn path=/head/; revision=63952
Diffstat (limited to 'devel/upnp/files/patch-src::gena::Makefile')
-rw-r--r--devel/upnp/files/patch-src::gena::Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/upnp/files/patch-src::gena::Makefile b/devel/upnp/files/patch-src::gena::Makefile
new file mode 100644
index 000000000000..5391f771e01d
--- /dev/null
+++ b/devel/upnp/files/patch-src::gena::Makefile
@@ -0,0 +1,11 @@
+--- 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