diff options
author | tron <tron@pkgsrc.org> | 1998-09-18 09:59:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-09-18 09:59:52 +0000 |
commit | 699ff5180fbc957ae2ced14905fe19f81eb911af (patch) | |
tree | ca76026cc67afeeb8b5d1940dba2c1d69c4b5345 /x11 | |
parent | 5aa2c9c90df61dac58386e4195b41c45a2a09880 (diff) | |
download | pkgsrc-699ff5180fbc957ae2ced14905fe19f81eb911af.tar.gz |
Compile "kpanel" without optimization on m68k to avoid segmentation faults.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase/patches/patch-ai | 16 |
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) |