diff options
author | kristerw <kristerw> | 2003-12-05 18:56:36 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-12-05 18:56:36 +0000 |
commit | 75fe3c2b98310b2e17c2f9156002585cf4a01d3a (patch) | |
tree | 05f710546d4539f89c4c90cd10d5da74c9c89d85 /time | |
parent | efa6f4086fe7cea9860f5c9c6882b7ee9fc18c6f (diff) | |
download | pkgsrc-75fe3c2b98310b2e17c2f9156002585cf4a01d3a.tar.gz |
Override config.sub and config.guess to let it recognize shark.
Diffstat (limited to 'time')
-rw-r--r-- | time/devtodo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile index 6f2e82d0d26..22761c8fdb1 100644 --- a/time/devtodo/Makefile +++ b/time/devtodo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/18 02:28:55 jwise Exp $ +# $NetBSD: Makefile,v 1.14 2003/12/05 18:56:36 kristerw Exp $ # DISTNAME= devtodo-0.1.7 @@ -14,6 +14,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub # We don't need curses, just termcap. CONFIGURE_ENV+= ac_cv_lib_curses_tputs=no |