pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/papaya Override config.guess and config.sub to m...
details: https://anonhg.NetBSD.org/pkgsrc/rev/83eeb24b4f6d
branches: trunk
changeset: 463109:83eeb24b4f6d
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Tue Oct 28 23:22:54 2003 +0000
description:
Override config.guess and config.sub to make the pkg recognize shark.
diffstat:
devel/papaya/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r cec013ce6ab8 -r 83eeb24b4f6d devel/papaya/Makefile
--- a/devel/papaya/Makefile Tue Oct 28 23:09:51 2003 +0000
+++ b/devel/papaya/Makefile Tue Oct 28 23:22:54 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/09 10:44:47 seb Exp $
+# $NetBSD: Makefile,v 1.6 2003/10/28 23:22:54 kristerw Exp $
#
DISTNAME= papaya-0.1.7
@@ -13,6 +13,8 @@
USE_PERL5= run
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/misc/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/misc/config.sub
INFO_FILES= papaya.info
pre-configure:
Home |
Main Index |
Thread Index |
Old Index