diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-25 06:32:55 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-09-25 06:32:55 +0000 |
commit | c509d7c518f60f50c1fb021cd64122e5ab01e8ae (patch) | |
tree | 0b35d99632089beed27225302a2062878c95ca19 /net/Sockets-devel/files/patch-Sockets-config.cpp | |
parent | o Fix build with eclipse 3.1; thus, removing BROKEN status (diff) |
Update to 1.8.7
Notes
Notes:
svn path=/head/; revision=143511
Diffstat (limited to '')
-rw-r--r-- | net/Sockets-devel/files/patch-Sockets-config.cpp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/Sockets-devel/files/patch-Sockets-config.cpp b/net/Sockets-devel/files/patch-Sockets-config.cpp index c53e3270e418..f6362cf7c538 100644 --- a/net/Sockets-devel/files/patch-Sockets-config.cpp +++ b/net/Sockets-devel/files/patch-Sockets-config.cpp @@ -1,7 +1,10 @@ ---- 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)"' +--- 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) |