summaryrefslogtreecommitdiff
path: root/math/eval/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-05 21:00:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-05 21:00:47 +0000
commit16cc2c47fe2cbaceec1a461c10f74d4cf220e331 (patch)
tree979f7752c6b88e2e0765e9d48624d84cb7ea8ab5 /math/eval/files
parent-Remove an incorrect dependency that I have added in the previous committed. (diff)
- Fix build with GCC 4.2
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
Notes
Notes: svn path=/head/; revision=195029
Diffstat (limited to 'math/eval/files')
-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.