1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

use -pedantic to fix the build.

Submitted by:	Will Andrews <andrews@technologist.com>
This commit is contained in:
Chris Piazza 2000-03-04 23:41:08 +00:00
parent 0492f36996
commit d8ddd419bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26541

View File

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