aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-06-20 22:39:43 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-06-20 22:39:43 +0000
commit20e74148323e859004a7ab1aa8cc4f850619c2cf (patch)
tree6a3c54f2d0f574c5b743f0d89bce3403e8c966e5 /math/gnumeric
parent9fcddbc3c150ce4d1e868d7f86068544f7629a94 (diff)
downloadports-20e74148323e859004a7ab1aa8cc4f850619c2cf.tar.gz
ports-20e74148323e859004a7ab1aa8cc4f850619c2cf.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.
Notes
Notes: svn path=/head/; revision=275939
Diffstat (limited to 'math/gnumeric')
-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