aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-06-21 06:39:43 +0800
committerkwm <kwm@FreeBSD.org>2011-06-21 06:39:43 +0800
commit47acf69b3bd60ca047ea6f6d0e878760dd032193 (patch)
tree87f0ba6175d5daae9833d046c57f59d075242225
parentef1ec5099692d89260ac98422f47c9077a86357a (diff)
downloadfreebsd-ports-gnome-47acf69b3bd60ca047ea6f6d0e878760dd032193.tar.gz
freebsd-ports-gnome-47acf69b3bd60ca047ea6f6d0e878760dd032193.tar.zst
freebsd-ports-gnome-47acf69b3bd60ca047ea6f6d0e878760dd032193.zip
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.
-rw-r--r--math/gnumeric/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 3114811bfbbf..315e28786438 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -32,6 +32,7 @@ WANT_GNOME= yes
USE_PYTHON= yes
INSTALLS_OMF= yes
USE_LDCONFIG= yes
+USE_CSTD= gnu89
WANT_PERL= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes