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:
parent
0492f36996
commit
d8ddd419bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26541
11
net/kdenetwork11/files/patch-ac
Normal file
11
net/kdenetwork11/files/patch-ac
Normal 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)
|
Loading…
Reference in New Issue
Block a user