summaryrefslogtreecommitdiff
path: root/textproc/jade
diff options
context:
space:
mode:
authordrochner <drochner>1999-06-27 14:05:48 +0000
committerdrochner <drochner>1999-06-27 14:05:48 +0000
commit65cf85d52e20c93f3e7d2b68bab0d4dcb2fbf9d8 (patch)
tree224ee48ab6c0f14d9270b1d106e975292183499c /textproc/jade
parente1db278bb1acdc6de4eb400d905d663bfc3feecd (diff)
downloadpkgsrc-65cf85d52e20c93f3e7d2b68bab0d4dcb2fbf9d8.tar.gz
Disable C++ compiler optimization. "jade" dumps core on some files if
compiled with -O2. Might be a compiler bug, or something deep inside the code...
Diffstat (limited to 'textproc/jade')
-rw-r--r--textproc/jade/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/jade/patches/patch-aa b/textproc/jade/patches/patch-aa
new file mode 100644
index 00000000000..aa1af1eb9a7
--- /dev/null
+++ b/textproc/jade/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 1999/06/27 14:05:48 drochner Exp $
+
+--- configure.orig Tue Oct 13 06:05:00 1998
++++ configure Sat Jun 26 01:52:18 1999
+@@ -615,9 +615,9 @@
+ TOP=`pwd`
+
+
+-if test "$CXXFLAGS" = ""; then
+- CXXFLAGS="-O2"
+-fi
++#if test "$CXXFLAGS" = ""; then
++ CXXFLAGS=""
++#fi
+
+ LTVERSION=`cat VERSION | cut -d'.' -f1,2 | sed 's/\./:/g'`
+