Building pkg-config with USE_CSTD=gnu89

Ed Schouten ed at 80386.nl
Wed Jun 17 17:16:34 UTC 2009


Hi GNOME folks,

Similar to the patch for libiconv I sent some time ago, it turns out the
copy of glib 1.2 shipped with pkg-config also needs to be built with
gnu89 instead of gnu99, because of GNU-style inline. Because pkg-config
is used a lot, I guess it's important that I get this fixed before droso
fires up the next tinderbox run.

Any objects against the following patch?

--- devel/pkg-config/Makefile
+++ devel/pkg-config/Makefile
@@ -16,6 +16,7 @@
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A utility to retrieve information about installed libraries
 
+USE_CSTD=	gnu89
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnometarget

-- 
 Ed Schouten <ed at 80386.nl>
 WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20090617/b75afa04/attachment.pgp


More information about the freebsd-gnome mailing list