summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authortron <tron>1998-09-18 09:59:52 +0000
committertron <tron>1998-09-18 09:59:52 +0000
commit0c93f27577adfe6d76e4251d8a2057b0d3582fb7 (patch)
treeca76026cc67afeeb8b5d1940dba2c1d69c4b5345 /x11/kdebase
parentc3dab739d8de6b88dff7bd0c92aa29356ce14e93 (diff)
downloadpkgsrc-0c93f27577adfe6d76e4251d8a2057b0d3582fb7.tar.gz
Compile "kpanel" without optimization on m68k to avoid segmentation faults.
Diffstat (limited to 'x11/kdebase')
-rw-r--r--x11/kdebase/patches/patch-ai16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/kdebase/patches/patch-ai b/x11/kdebase/patches/patch-ai
new file mode 100644
index 00000000000..f14a8d2ac9a
--- /dev/null
+++ b/x11/kdebase/patches/patch-ai
@@ -0,0 +1,16 @@
+$NetBSD: patch-ai,v 1.1 1998/09/18 09:59:52 tron Exp $
+
+--- kpanel/Makefile.in.orig Fri Jul 10 20:35:38 1998
++++ kpanel/Makefile.in Fri Sep 18 00:55:24 1998
+@@ -152,7 +152,11 @@
+ INCLUDES = $(all_includes)
+ DISTCLEANFILES = $(BUILT_SOURCES)
+
++.if (${MACHINE_ARCH} == m68k)
++CXXFLAGS =
++.else
+ CXXFLAGS = @NOOPT_CXXFLAGS@
++.endif
+
+ bin_PROGRAMS = kpanel
+ kpanel_LDADD = $(all_libraries) -lkfm -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET) $(KDE_RPATH)