diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-10-28 23:09:51 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-10-28 23:09:51 +0000 |
commit | 11ca9b4abe3abf882fe08b48389d1912917bdb22 (patch) | |
tree | 7992298c4001ac010032c880d0bdf2e55ce1edb1 /graphics/hermes | |
parent | 56f7da05e0436d94d74cd281427da87c48b417a7 (diff) | |
download | pkgsrc-11ca9b4abe3abf882fe08b48389d1912917bdb22.tar.gz |
Override config.guess and config.sub to make the pkg recognize shark.
Diffstat (limited to 'graphics/hermes')
-rw-r--r-- | graphics/hermes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index 0bf1dcae2fb..0aa1b2a4e5b 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -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_BUILDLINK2= yes 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" |