pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boehm-gc Fixed Darwin build PR#26588



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afcb3a2e8528
branches:  trunk
changeset: 485339:afcb3a2e8528
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 06 23:00:23 2004 +0000

description:
Fixed Darwin build PR#26588

diffstat:

 devel/boehm-gc/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r dc26ce7666b7 -r afcb3a2e8528 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Mon Dec 06 22:34:35 2004 +0000
+++ b/devel/boehm-gc/Makefile   Mon Dec 06 23:00:23 2004 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2004/11/10 19:13:10 snj Exp $
-#
+# $NetBSD: Makefile,v 1.44 2004/12/06 23:00:23 adam Exp $
 
 DISTNAME=      gc6.3
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc-/}
@@ -15,10 +14,10 @@
 
 USE_BUILDLINK3=                YES
 USE_GNU_TOOLS+=                make
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --enable-cplusplus --disable-threads
-USE_LANGUAGES=         c c++
+CONFIGURE_ARGS+=       --enable-cplusplus
 INSTALLATION_DIRS=     man/man3
 
 MAKE_ENV+=             COPTS=${CFLAGS:Q}
@@ -27,6 +26,10 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} != "Darwin"
+CONFIGURE_ARGS+=       --disable-threads
+.endif
+
 .if defined(EXTRACT_USING_PAX)
 EXTRACT_ELEMENTS=      -u
 .endif



Home | Main Index | Thread Index | Old Index