diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-05 21:00:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-05 21:00:47 +0000 |
commit | 16cc2c47fe2cbaceec1a461c10f74d4cf220e331 (patch) | |
tree | 979f7752c6b88e2e0765e9d48624d84cb7ea8ab5 /math | |
parent | 84b7aecf7f1c55a8e6576927f02bce65facaf8b5 (diff) | |
download | ports-16cc2c47fe2cbaceec1a461c10f74d4cf220e331.tar.gz ports-16cc2c47fe2cbaceec1a461c10f74d4cf220e331.zip |
Notes
Diffstat (limited to 'math')
-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. |