aboutsummaryrefslogtreecommitdiff
path: root/net/Sockets-devel/files/patch-Sockets-config.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /net/Sockets-devel/files/patch-Sockets-config.cpp
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes: svn path=/head/; revision=145533 svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'net/Sockets-devel/files/patch-Sockets-config.cpp')
-rw-r--r--net/Sockets-devel/files/patch-Sockets-config.cpp23
1 files changed, 0 insertions, 23 deletions
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 c53e3270e418..000000000000
--- a/net/Sockets-devel/files/patch-Sockets-config.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
---- Sockets-config.cpp.orig Sun Jan 16 02:23:14 2005
-+++ Sockets-config.cpp Sun Jan 16 02:26:07 2005
-@@ -3,6 +3,10 @@
- CFLAGS = -Wall -g -O2 $(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");