summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-07-28 16:21:30 +0000
committerschmonz <schmonz@pkgsrc.org>2002-07-28 16:21:30 +0000
commit0cced22e83db8c4151bc81d469a112befe974239 (patch)
tree6fb804bb6956398617306b8174af156e68bc1730 /devel/pth
parentd27772cc04e113117dd23879669703ed7be81cc8 (diff)
downloadpkgsrc-0cced22e83db8c4151bc81d469a112befe974239.tar.gz
Use canonical pkgsrc config.guess and config.sub to build on Darwin.
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index b24f1db42b2..5b0ec257f54 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2002/07/24 15:28:06 skrll Exp $
+# $NetBSD: Makefile,v 1.43 2002/07/28 16:21:30 schmonz Exp $
#
DISTNAME= pth-1.4.1
@@ -16,6 +16,8 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-pthread
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
.if (${MACHINE_ARCH} == "i386" && ${CFLAGS:M-O2} == "-O2")
CFLAGS:= ${CFLAGS:S/-O2/-O0/}
.endif