From owner-freebsd-gnome@FreeBSD.ORG Wed Jun 17 17:16:34 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31C0D106566C for ; Wed, 17 Jun 2009 17:16:34 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id C85268FC15 for ; Wed, 17 Jun 2009 17:16:33 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id C0B001CD2C; Wed, 17 Jun 2009 19:16:32 +0200 (CEST) Date: Wed, 17 Jun 2009 19:16:32 +0200 From: Ed Schouten To: gnome@FreeBSD.org Message-ID: <20090617171632.GF48776@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NVyF5fsnpbYhUyoC" Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: Building pkg-config with USE_CSTD=gnu89 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 17:16:34 -0000 --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 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--