Date: Wed, 24 Apr 2013 04:30:02 GMT From: Garrett Cooper <yaneurabeya@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/178097: [PATCH] devel/libconfuse: use USE_PKGCONFIG=build instead of USE_GNOME= pkgconfig Message-ID: <201304240430.r3O4U2Zw002368@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178097; it has been noted by GNATS. From: Garrett Cooper <yaneurabeya@gmail.com> To: bug-followup@FreeBSD.org, yaneurabeya@gmail.com Cc: Subject: Re: ports/178097: [PATCH] devel/libconfuse: use USE_PKGCONFIG=build instead of USE_GNOME= pkgconfig Date: Tue, 23 Apr 2013 21:28:05 -0700 --Apple-Mail=_74B8C9FB-81D4-4380-9223-0D871B638B00 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 And=85 here's the forgotten patch! Thanks! -Garrett --Apple-Mail=_74B8C9FB-81D4-4380-9223-0D871B638B00 Content-Disposition: attachment; filename*0=0001-Use-USE_PKGCONFIG-build-instead-of-USE_GNOME-pkgconf.patch.; filename*1=txt Content-Type: text/plain; x-unix-mode=0644; name="0001-Use-USE_PKGCONFIG-build-instead-of-USE_GNOME-pkgconf.patch.txt" Content-Transfer-Encoding: quoted-printable =46rom 84055b34450c7421c650f01d8db6e9293de9697a Mon Sep 17 00:00:00 2001 From: Garrett Cooper <yanegomi@gmail.com> Date: Tue, 23 Apr 2013 19:39:47 -0700 Subject: [PATCH] Use USE_PKGCONFIG=3D build instead of USE_GNOME=3D = pkgconfig Signed-off-by: Garrett Cooper <yanegomi@gmail.com> --- devel/libconfuse/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile index d94ea12..925b81b 100644 --- a/devel/libconfuse/Makefile +++ b/devel/libconfuse/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS+=3D = ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck USE_ICONV=3D yes USE_AUTOTOOLS=3D libtool USE_LDCONFIG=3D yes -USE_GNOME=3D gnomehack pkgconfig +USE_PKGCONFIG=3D build +USE_GNOME=3D gnomehack CONFIGURE_ARGS+=3D --disable-nls CFLAGS+=3D -I${WRKSRC}/src .if defined(WITH_CHECK) --=20 1.8.2 --Apple-Mail=_74B8C9FB-81D4-4380-9223-0D871B638B00--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304240430.r3O4U2Zw002368>