diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-13 01:53:00 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-13 01:53:00 +0000 |
commit | f96d709c2c6ce3b2b84e142aca44d3b845df8962 (patch) | |
tree | 62897920bf40b6a19d093a0cd96d97e0586437d3 /net/Sockets/files/patch-Sockets-config.cpp | |
parent | - mark deprecated and set expires (diff) |
- Update to 2.1.4
- Remove unneeded patch
Notes
Notes:
svn path=/head/; revision=247774
Diffstat (limited to 'net/Sockets/files/patch-Sockets-config.cpp')
-rw-r--r-- | net/Sockets/files/patch-Sockets-config.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/Sockets/files/patch-Sockets-config.cpp b/net/Sockets/files/patch-Sockets-config.cpp deleted file mode 100644 index f6362cf7c538..000000000000 --- a/net/Sockets/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 <stdio.h> - /* --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 <sys/param.h> -+#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"); |