aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-18 02:32:30 +0800
committered <ed@FreeBSD.org>2009-06-18 02:32:30 +0800
commitb6b9dfb59926e8f297c1de63c1b7c74e196e7e3a (patch)
treed814a7cf4ffba1dba15b88b8bf3547b69d8e2595 /devel
parenta21695df83035c05a04177371e7cc41315c028ed (diff)
downloadfreebsd-ports-gnome-b6b9dfb59926e8f297c1de63c1b7c74e196e7e3a.tar.gz
freebsd-ports-gnome-b6b9dfb59926e8f297c1de63c1b7c74e196e7e3a.tar.zst
freebsd-ports-gnome-b6b9dfb59926e8f297c1de63c1b7c74e196e7e3a.zip
pkg-config requires -std=gnu89 to build with Clang properly.
Approved by: marcus
Diffstat (limited to 'devel')
-rw-r--r--devel/pkg-config/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index e883ac0d75cf..eaed17f2a0cf 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -16,6 +16,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A utility to retrieve information about installed libraries
+USE_CSTD= gnu89
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnometarget
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * - Update to 1.1sat2007-05-012-4/+4 * - Update to 1.0sat2007-04-072-5/+5 * - Update to 0.3sat2007-03-052-4/+4 * - Update to 0.2sat2007-02-272-4/+4