From 9096d2fb9dda3cf804333c4c729a99faa8121749 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Wed, 27 Feb 2008 09:53:34 +0000 Subject: [PATCH] net/linuxigd: Fix compilation (closes: #3181) SVN-Revision: 10528 --- net/linuxigd/patches/003-Makefile-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/linuxigd/patches/003-Makefile-fix.patch diff --git a/net/linuxigd/patches/003-Makefile-fix.patch b/net/linuxigd/patches/003-Makefile-fix.patch new file mode 100644 index 000000000..25a1c5482 --- /dev/null +++ b/net/linuxigd/patches/003-Makefile-fix.patch @@ -0,0 +1,13 @@ +Index: linuxigd-1.0/Makefile +=================================================================== +--- linuxigd-1.0.orig/Makefile 2008-02-27 10:45:26.000000000 +0100 ++++ linuxigd-1.0/Makefile 2008-02-27 10:45:54.000000000 +0100 +@@ -27,7 +27,7 @@ + @echo "make $@ finished on `date`" + + %.o: %.c +- $(CC) $(CFLAGS) $(INCLUDES) -c $< ++ $(CC) $(CFLAGS) $(INCLUDES) -D_GNU_SOURCE -c $< + + clean: + rm -f *.o upnpd -- 2.30.2