summaryrefslogtreecommitdiff
path: root/graphics/hermes
diff options
context:
space:
mode:
authorkristerw <kristerw>2003-10-28 23:09:51 +0000
committerkristerw <kristerw>2003-10-28 23:09:51 +0000
commit71ca01b8152017030567dbb28382e7f621f31822 (patch)
tree7992298c4001ac010032c880d0bdf2e55ce1edb1 /graphics/hermes
parent317c0f68d45f376e30ac473876f18da1f985a773 (diff)
downloadpkgsrc-71ca01b8152017030567dbb28382e7f621f31822.tar.gz
Override config.guess and config.sub to make the pkg recognize shark.
Diffstat (limited to 'graphics/hermes')
-rw-r--r--graphics/hermes/Makefile4
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"