From 70050f0ac5d1ef3a1388c6e2b7434809a15d13bf Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sat, 5 Apr 2003 16:17:07 +0000 Subject: update to upnp 1.2.1 Noticed by: Steve Drew --- devel/upnp/files/patch-src::api::makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 devel/upnp/files/patch-src::api::makefile (limited to 'devel/upnp/files/patch-src::api::makefile') diff --git a/devel/upnp/files/patch-src::api::makefile b/devel/upnp/files/patch-src::api::makefile deleted file mode 100644 index f074359c76a7..000000000000 --- a/devel/upnp/files/patch-src::api::makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- src/api/makefile.orig Fri Jun 15 08:21:33 2001 -+++ src/api/makefile Sat Aug 3 16:29:38 2002 -@@ -34,15 +34,15 @@ - CC = gcc - CFLAGS = -Wall -fpic $(DEFS) - C2FLAGS = -Wall $(DEFS) -shared -Wl,-soname,libupnp.so --INCLUDES = -I ../inc -I ../../inc -I ../../inc/upnpdom -I ../inc/tools --LIBS = -lpthread -luuid -+INCLUDES = -I ../inc -I ../../inc -I ../../inc/upnpdom -I ../inc/tools -I $(PREFIX)/include -+LIBS = ${PTHREAD_LIBS} -luuid -L$(PREFIX)/lib - - ifeq ($(DEBUG),1) - CFLAGS += -g -O -DDEBUG - C2FLAGS += -g -O -DDEBUG - else --CFLAGS += -O2 --C2FLAGS += -O2 -+CFLAGS += -g -ggdb -+C2FLAGS += -g -ggdb - endif - - objects = upnpapi.o config.o ../lib/ssdp.o ../lib/soap.o \ -- cgit v1.2.3