From 5cc43aeedf9a195af1250eb9599351f0400ddc79 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 31 Aug 2010 15:24:56 +0000 Subject: Remove net/Sockets-devel, older than stable and unmaintained --- net/Sockets-devel/files/patch-Sockets-config.cpp | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 net/Sockets-devel/files/patch-Sockets-config.cpp (limited to 'net/Sockets-devel/files/patch-Sockets-config.cpp') diff --git a/net/Sockets-devel/files/patch-Sockets-config.cpp b/net/Sockets-devel/files/patch-Sockets-config.cpp deleted file mode 100644 index f6362cf7c538..000000000000 --- a/net/Sockets-devel/files/patch-Sockets-config.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- Sockets-config.cpp.orig Sun Sep 25 02:42:19 2005 -+++ Sockets-config.cpp Sun Sep 25 02:44:08 2005 -@@ -1,8 +1,12 @@ - #include - /* --CFLAGS = -Wall -g -O2 $(INCLUDE) -MD -D_VERSION='"$(VERSION)"' -+CFLAGS = -Wall -g $(INCLUDE) -MD -D_VERSION='"$(VERSION)"' - # manual autoconf .... - -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include -+#endif -+ - # uncomment if your operating system is linux, mac os x, or solaris - #CFLAGS += -DLINUX - #CFLAGS += -DMACOSX -@@ -19,6 +23,9 @@ - printf(" -D_VERSION='\"%s\"'", _VERSION); - #ifdef LINUX - printf(" -DLINUX"); -+#endif -+#if defined __FreeBSD__ -+ printf(" -DFREEBSD"); - #endif - #ifdef MACOSX - printf(" -DMACOSX"); -- cgit v1.2.3