aboutsummaryrefslogtreecommitdiff
path: root/math
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
parent84b7aecf7f1c55a8e6576927f02bce65facaf8b5 (diff)
downloadports-16cc2c47fe2cbaceec1a461c10f74d4cf220e331.tar.gz
ports-16cc2c47fe2cbaceec1a461c10f74d4cf220e331.zip
Notes
Diffstat (limited to 'math')
-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.