pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libtasn1 Yet another mipseb config.guess/conf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c90a8e899f3a
branches: trunk
changeset: 468373:c90a8e899f3a
user: sekiya <sekiya%pkgsrc.org@localhost>
date: Fri Feb 13 13:09:43 2004 +0000
description:
Yet another mipseb config.guess/config.sub override.
diffstat:
security/libtasn1/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b203b82e1142 -r c90a8e899f3a security/libtasn1/Makefile
--- a/security/libtasn1/Makefile Fri Feb 13 12:59:13 2004 +0000
+++ b/security/libtasn1/Makefile Fri Feb 13 13:09:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/10 00:20:29 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/13 13:09:43 sekiya Exp $
DISTNAME= libtasn1-0.2.6
CATEGORIES= security devel
@@ -12,6 +12,9 @@
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config.sub
+
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index