From 15589abd7044a872404e30488f670ecf465fe07d Mon Sep 17 00:00:00 2001
From: cpiazza <cpiazza@FreeBSD.org>
Date: Sat, 4 Mar 2000 23:41:08 +0000
Subject: use -pedantic to fix the build.

Submitted by:	Will Andrews <andrews@technologist.com>
---
 net/kdenetwork11/files/patch-ac | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 net/kdenetwork11/files/patch-ac

diff --git a/net/kdenetwork11/files/patch-ac b/net/kdenetwork11/files/patch-ac
new file mode 100644
index 0000000..66a988b
--- /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)
-- 
cgit v1.1