pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtecla Override config.sub and config.guess.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca773b190317
branches:  trunk
changeset: 466863:ca773b190317
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jan 23 23:59:54 2004 +0000

description:
Override config.sub and config.guess.

diffstat:

 devel/libtecla/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 390fcac0e2d2 -r ca773b190317 devel/libtecla/Makefile
--- a/devel/libtecla/Makefile   Fri Jan 23 23:46:44 2004 +0000
+++ b/devel/libtecla/Makefile   Fri Jan 23 23:59:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/22 08:24:30 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/23 23:59:54 kristerw Exp $
 #
 
 DISTNAME=      libtecla-1.5.0
@@ -13,6 +13,8 @@
 USE_BUILDLINK2=        YES
 USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= YES
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE=   ${WRKSRC}/config.sub
 ALL_TARGET=    default
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index