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:
Koop Mast 2011-06-20 22:39:43 +00:00
parent 9fcddbc3c1
commit 20e7414832
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275939

View file

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