diff options
author | gavan <gavan> | 2003-11-06 19:29:06 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-06 19:29:06 +0000 |
commit | c8c8029b048fe721048bb1c8342cf8726db53535 (patch) | |
tree | 7582e8335ff78360ae9a501110b7fdc999ebb3dd /graphics/hermes | |
parent | c40c4c454b48acedee3861e04f86aec8a1dc6e9a (diff) | |
download | pkgsrc-c8c8029b048fe721048bb1c8342cf8726db53535.tar.gz |
Set LIBTOOL_OVERRIDE. Fixes linking on Solaris.
Diffstat (limited to 'graphics/hermes')
-rw-r--r-- | graphics/hermes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hermes/Makefile b/graphics/hermes/Makefile index 0aa1b2a4e5b..b9a1a6e1954 100644 --- a/graphics/hermes/Makefile +++ b/graphics/hermes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/10/28 23:09:51 kristerw Exp $ +# $NetBSD: Makefile,v 1.15 2003/11/06 19:29:06 gavan Exp $ DISTNAME= Hermes-1.3.3 WRKSRC= ${WRKDIR}/Hermes-1.3.3 @@ -13,6 +13,7 @@ COMMENT= Library for conversion of pixel graphics USE_BUILDLINK2= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub |