pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ORBit Override config.guess and config.sub (necess...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76f77a387dcb
branches: trunk
changeset: 467395:76f77a387dcb
user: sekiya <sekiya%pkgsrc.org@localhost>
date: Sat Jan 31 11:36:23 2004 +0000
description:
Override config.guess and config.sub (necessary for mipseb-* targets).
diffstat:
net/ORBit/Makefile | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r a336f76953c4 -r 76f77a387dcb net/ORBit/Makefile
--- a/net/ORBit/Makefile Sat Jan 31 11:25:31 2004 +0000
+++ b/net/ORBit/Makefile Sat Jan 31 11:36:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2004/01/24 14:50:05 grant Exp $
+# $NetBSD: Makefile,v 1.100 2004/01/31 11:36:23 sekiya Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -25,6 +25,14 @@
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"
Home |
Main Index |
Thread Index |
Old Index