summaryrefslogtreecommitdiff
path: root/devel/unproven-pthreads
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 15:29:15 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 15:29:15 +0000
commitb259a0a4388103cfe04c1f0f9d13e1d67cd6575b (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /devel/unproven-pthreads
parent9822f69382f86fc9995f243c31b81f739f6b59c6 (diff)
downloadpkgsrc-b259a0a4388103cfe04c1f0f9d13e1d67cd6575b.tar.gz
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
Diffstat (limited to 'devel/unproven-pthreads')
-rw-r--r--devel/unproven-pthreads/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile
index 8ef53291b56..cdab0cfe8be 100644
--- a/devel/unproven-pthreads/Makefile
+++ b/devel/unproven-pthreads/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/01/27 00:53:12 heinz Exp $
+# $NetBSD: Makefile,v 1.40 2004/02/14 15:29:15 jlam Exp $
#
DISTNAME= unproven-pthreads-0.17
@@ -19,9 +19,6 @@ GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/pthreads
MAKE_ENV+= NOLINT=1 NOPROFILE=1 OBJECT_FMT=${OBJECT_FMT} USETOOLS=no
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config/config.sub
-
# Remove environment variables with special meaning from the shell
# environment before executing ${MAKE_PROGRAM} in the do-configure,
# do-build and do-install targets.