summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics/patches/patch-af')
-rw-r--r--graphics/kdegraphics/patches/patch-af20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/kdegraphics/patches/patch-af b/graphics/kdegraphics/patches/patch-af
deleted file mode 100644
index fd835fd021d..00000000000
--- a/graphics/kdegraphics/patches/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-af,v 1.5 2000/05/12 14:59:30 dmcmahill Exp $
-
-work around a g++ -O2 compiler bug on pmax. See PR port-pmax/9453.
-
---- kfax/Makefile.in.orig Tue Sep 7 11:22:48 1999
-+++ kfax/Makefile.in Fri May 12 10:14:18 2000
-@@ -202,4 +202,5 @@
- CXXFLAGS = @CXXFLAGS@
- CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-+CXXCOMPILE_NOPT = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) -I${LOCALBASE}/include
- LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
- CXXLD = $(CXX)
-@@ -302,4 +303,7 @@
- @rm -f kfax
- $(CXXLINK) $(kfax_LDFLAGS) $(kfax_OBJECTS) $(kfax_LDADD) $(LIBS)
-+kfax.o: kfax.cpp
-+ $(CXXCOMPILE_NOPT) -c $<
-+
- .cpp.o:
- $(CXXCOMPILE) -c $<