freebsd-ports/devel/upnp104/files/patch-src::gena::Makefile
Clive Lin 2711126f9a 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>
2002-08-04 07:31:27 +00:00

11 lines
376 B
Text

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