From e201e410b82f4cb4a808ddd33bb08c5f37e514ac Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 2 Oct 2010 20:56:00 +0000 Subject: Build glib12 and ports that depend on it with -std=gnu89. glib12 and ports that use glib12 fail to link when build with a C99 compiler. --- devel/glib12/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/glib12') diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile index 9aa4482d3cdc..c6bfae710771 100644 --- a/devel/glib12/Makefile +++ b/devel/glib12/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (previous stable version) +USE_CSTD= gnu89 USE_AUTOTOOLS= libtool:22 USE_GNOME= pkgconfig GNU_CONFIGURE= yes -- cgit v1.2.3