devel/pkg-config: enable threading in configure (Makefile)
Conrad J. Sabatier
conrads at cox.net
Sun Jun 24 14:41:55 UTC 2007
>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 at 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 ---
More information about the freebsd-gnome
mailing list