diff options
author | pav <pav@FreeBSD.org> | 2007-07-06 05:00:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-06 05:00:47 +0800 |
commit | 30f80fef983fe12948241358cc0324f2bd284c47 (patch) | |
tree | b83ca6fc469aed94552cc6a3ca4e416b9d62a2c1 | |
parent | bc7fb0b187946f7198b185fa0fedc47e0dd5dc41 (diff) | |
download | freebsd-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-aa | 2 |
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. |