summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsekiya <sekiya@pkgsrc.org>2004-02-10 02:33:26 +0000
committersekiya <sekiya@pkgsrc.org>2004-02-10 02:33:26 +0000
commit9e55ccec0d3588fbe9cebc1a96547260c054b645 (patch)
tree89f19dee2edca3f8784c042b4cfb151bce253ea5 /devel
parent57ec57613f26773de5efd860266e7e86199254b7 (diff)
downloadpkgsrc-9e55ccec0d3588fbe9cebc1a96547260c054b645.tar.gz
Yet another config.guess/config.sub override for mipseb.
Diffstat (limited to 'devel')
-rw-r--r--devel/oaf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index 5819b8ea5b3..75e958bc4a4 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/02/03 09:03:57 grant Exp $
+# $NetBSD: Makefile,v 1.34 2004/02/10 02:33:26 sekiya Exp $
#
DISTNAME= oaf-0.6.10
@@ -20,6 +20,9 @@ USE_GNU_TOOLS+= lex yacc
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
+
CONFIGURE_ARGS+= --enable-gtk-doc=no
.include "../../devel/popt/buildlink2.mk"