pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/hermes Set LIBTOOL_OVERRIDE. Fixes linking on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/783cdd8dda26
branches:  trunk
changeset: 463335:783cdd8dda26
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Nov 06 19:29:06 2003 +0000

description:
Set LIBTOOL_OVERRIDE. Fixes linking on Solaris.

diffstat:

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

diffs (17 lines):

diff -r 062893266d4f -r 783cdd8dda26 graphics/hermes/Makefile
--- a/graphics/hermes/Makefile  Thu Nov 06 19:25:09 2003 +0000
+++ b/graphics/hermes/Makefile  Thu Nov 06 19:29:06 2003 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index