mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build with GCC 4.2
Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
This commit is contained in:
parent
84b7aecf7f
commit
16cc2c47fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195029
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