forked from Lainports/freebsd-ports
- Fix build with GCC 4.2
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
This commit is contained in:
parent
84b7aecf7f
commit
16cc2c47fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue