Date: Wed, 17 Jun 2009 19:16:32 +0200 From: Ed Schouten <ed@80386.nl> To: gnome@FreeBSD.org Subject: Building pkg-config with USE_CSTD=gnu89 Message-ID: <20090617171632.GF48776@hoeg.nl>
index | next in thread | raw e-mail
[-- Attachment #1 --] 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@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@80386.nl> WWW: http://80386.nl/ [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAko5JPAACgkQ52SDGA2eCwVB0wCeLKIIRVLoFcNseebLaCYOCn3K tUoAn2u7VNtQKqSKcbopfF9chq/3nBdg =D3n9 -----END PGP SIGNATURE-----home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090617171632.GF48776>
