pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/hermes Override config.guess and config.sub t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cec013ce6ab8
branches:  trunk
changeset: 463108:cec013ce6ab8
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Oct 28 23:09:51 2003 +0000

description:
Override config.guess and config.sub to make the pkg recognize shark.

diffstat:

 graphics/hermes/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f8d09349902e -r cec013ce6ab8 graphics/hermes/Makefile
--- a/graphics/hermes/Makefile  Tue Oct 28 22:33:57 2003 +0000
+++ b/graphics/hermes/Makefile  Tue Oct 28 23:09:51 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/08/27 09:39:40 recht Exp $
+# $NetBSD: Makefile,v 1.14 2003/10/28 23:09:51 kristerw Exp $
 
 DISTNAME=              Hermes-1.3.3
 WRKSRC=                        ${WRKDIR}/Hermes-1.3.3
@@ -14,6 +14,8 @@
 USE_LIBTOOL=           yes
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 GNU_CONFIGURE=         yes
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE=   ${WRKSRC}/config.sub
 USE_GMAKE=             yes
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index