mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix the build with clang, by setting USE_CSTD=gnu89.
This is default for gcc but clang defaults to gnu99. Submitted by: clang exp run.
This commit is contained in:
parent
9fcddbc3c1
commit
20e7414832
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275939
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ WANT_GNOME= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
INSTALLS_OMF= yes
|
INSTALLS_OMF= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
USE_CSTD= gnu89
|
||||||
WANT_PERL= yes
|
WANT_PERL= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue