aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-06 05:00:47 +0800
committerpav <pav@FreeBSD.org>2007-07-06 05:00:47 +0800
commit30f80fef983fe12948241358cc0324f2bd284c47 (patch)
treeb83ca6fc469aed94552cc6a3ca4e416b9d62a2c1
parentbc7fb0b187946f7198b185fa0fedc47e0dd5dc41 (diff)
downloadfreebsd-ports-gnome-30f80fef983fe12948241358cc0324f2bd284c47.tar.gz
freebsd-ports-gnome-30f80fef983fe12948241358cc0324f2bd284c47.tar.zst
freebsd-ports-gnome-30f80fef983fe12948241358cc0324f2bd284c47.zip
- Fix build with GCC 4.2
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
-rw-r--r--math/eval/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eval/files/patch-aa b/math/eval/files/patch-aa
index 465076c00b62..30b6cc197427 100644
--- a/math/eval/files/patch-aa
+++ b/math/eval/files/patch-aa
@@ -5,7 +5,7 @@
# trouble with any of the other source modules.
#
-CCFLAGS=-c
-+CCFLAGS=-c -fwritable-strings $(CFLAGS)
++CCFLAGS=-c $(CFLAGS)
#
# On some systems, you can use LIBC=-lc_s to make the program smaller by
# linking to a shared library.