Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help

--NVyF5fsnpbYhUyoC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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=3D	gnome@FreeBSD.org
 COMMENT=3D	A utility to retrieve information about installed libraries
=20
+USE_CSTD=3D	gnu89
 USE_GMAKE=3D	yes
 GNU_CONFIGURE=3D	yes
 USE_GNOME=3D	gnometarget

--=20
 Ed Schouten <ed@80386.nl>
 WWW: http://80386.nl/

--NVyF5fsnpbYhUyoC
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEARECAAYFAko5JPAACgkQ52SDGA2eCwVB0wCeLKIIRVLoFcNseebLaCYOCn3K
tUoAn2u7VNtQKqSKcbopfF9chq/3nBdg
=D3n9
-----END PGP SIGNATURE-----

--NVyF5fsnpbYhUyoC--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090617171632.GF48776>