- Fix build with GCC 4.2

Submitted by:	Slaven Rezic <slaven@rezic.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2007-07-05 21:00:47 +00:00
parent 84b7aecf7f
commit 16cc2c47fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195029

View file

@ -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.