Date: Sun, 24 Jun 2007 09:01:13 -0500 (CDT) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org Subject: devel/pkg-config: enable threading in configure (Makefile) Message-ID: <200706241401.l5OE1DgM047680@serene.no-ip.org>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Conrad J. Sabatier >Organization: none >Confidential: no >Synopsis: devel/pkg-config: enable threading in configure (Makefile) >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.0-CURRENT amd64 >Environment: System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat Jun 23 06:30:50 CDT 2007 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: Whatever reason may have existed at one time for disabling threading in this package, it no longer seems to be relevant. I've rebuilt it under amd64-CURRENT with threading enabled, and it seems to work just fine. >How-To-Repeat: N/A >Fix: Patch included below --- devel__pkg-config__Makefile.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pkg-config/Makefile,v retrieving revision 1.48 diff -d -u -r1.48 Makefile --- Makefile 11 Sep 2006 21:34:02 -0000 1.48 +++ Makefile 24 May 2007 02:07:17 -0000 @@ -34,7 +34,6 @@ PC_PATH:= ${PC_PATH}:${X11BASE}/lib/pkgconfig .endif -CONFIGURE_ARGS= --disable-threads \ - --with-pc-path="${PC_PATH}" +CONFIGURE_ARGS= --with-pc-path="${PC_PATH}" .include <bsd.port.post.mk> --- devel__pkg-config__Makefile.diff ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706241401.l5OE1DgM047680>