diff options
-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. |