pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/devtodo Override config.sub and config.guess to l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/789a1e9a4b21
branches:  trunk
changeset: 464280:789a1e9a4b21
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Dec 05 18:56:36 2003 +0000

description:
Override config.sub and config.guess to let it recognize shark.

diffstat:

 time/devtodo/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2d016d149e75 -r 789a1e9a4b21 time/devtodo/Makefile
--- a/time/devtodo/Makefile     Fri Dec 05 18:15:49 2003 +0000
+++ b/time/devtodo/Makefile     Fri Dec 05 18:56:36 2003 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index