summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 15:29:15 +0000
committerjlam <jlam>2004-02-14 15:29:15 +0000
commitd166ab063e77ba4edfe9207d07d6190ff7407c0d (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /net/ORBit/Makefile
parent500f338e9a6c18f4dfaa9e7d94e1a233ee1fd0b9 (diff)
downloadpkgsrc-d166ab063e77ba4edfe9207d07d6190ff7407c0d.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 'net/ORBit/Makefile')
-rw-r--r--net/ORBit/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 2b33d87d9cd..e3e679894f4 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2004/01/31 11:36:23 sekiya Exp $
+# $NetBSD: Makefile,v 1.101 2004/02/14 15:29:15 jlam Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -25,14 +25,6 @@ LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/popt/libtool
LIBTOOL_OVERRIDE+= ${WRKSRC}/libIDL/libtool
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/libIDL/config.guess
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/popt/config.guess
-
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/libIDL/config.sub
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/popt/config.sub
-
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LIBWRAP_PATH=${BUILDLINK_PREFIX.tcp_wrappers}/lib/libwrap.a
CONFIGURE_ENV+= LIB_WRAP="-lwrap"