freebsd-ports/net/kdenetwork11/files/patch-ac
Chris Piazza d8ddd419bf use -pedantic to fix the build.
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-04 23:41:08 +00:00

12 lines
492 B
Plaintext

--- 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)