diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-04 23:41:08 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-04 23:41:08 +0000 |
commit | d8ddd419bff38b774eefefea1871c9803e19c8c7 (patch) | |
tree | fe2e9dc502ca87bd32d63d1ba9710c41a5ce6122 | |
parent | Update MASTER_SITES (diff) |
use -pedantic to fix the build.
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=26541
-rw-r--r-- | net/kdenetwork11/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/kdenetwork11/files/patch-ac b/net/kdenetwork11/files/patch-ac new file mode 100644 index 000000000000..66a988bddaa6 --- /dev/null +++ b/net/kdenetwork11/files/patch-ac @@ -0,0 +1,11 @@ +--- kfinger/Makefile.in.orig Sat Mar 4 15:22:07 2000 ++++ kfinger/Makefile.in Sat Mar 4 15:22:18 2000 +@@ -213,7 +213,7 @@ + LIBS = @LIBS@ + kfinger_OBJECTS = finger.o kfinger.o + kfinger_DEPENDENCIES = +-CXXFLAGS = @CXXFLAGS@ ++CXXFLAGS = @CXXFLAGS@ -pedantic + CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) + LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) + CXXLD = $(CXX) |