summaryrefslogtreecommitdiff
path: root/editors/ce
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-11-22 21:08:34 +0000
committerschmonz <schmonz>2002-11-22 21:08:34 +0000
commite640dee22836bd273cdf62f741105e34bdf111c9 (patch)
tree37d3e77443fb6e2f10eac1e1fa24c0b8c7511408 /editors/ce
parent75e74e193b89948a1baf7708bdbf885348ef0773 (diff)
downloadpkgsrc-e640dee22836bd273cdf62f741105e34bdf111c9.tar.gz
Use canonical pkgsrc config.guess and config.sub to squelch a
configure warning on Darwin.
Diffstat (limited to 'editors/ce')
-rw-r--r--editors/ce/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common
index 3e7793da127..0da19cc3228 100644
--- a/editors/ce/Makefile.common
+++ b/editors/ce/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2002/04/08 19:59:08 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.2 2002/11/22 21:08:34 schmonz Exp $
#
DISTNAME= ce-${VERSION}
@@ -15,6 +15,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --libdir=${PREFIX}/share/doc
CONFIGURE_ARGS+= --without-ce-malloc
CONFIGURE_ARGS+= --with-curses
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/support/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/support/config.sub
PATCHDIR= ${.CURDIR}/../ce/patches
DISTINFO_FILE= ${.CURDIR}/../ce/distinfo