pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/scilab Make sure that the link to libtool in the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e25913f72303
branches:  trunk
changeset: 464989:e25913f72303
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Dec 19 04:37:23 2003 +0000

description:
Make sure that the link to libtool in the scilab installation directory
points to the installed libtool instead of to the buildlink2 directory.
Should fix PR23759.

diffstat:

 math/scilab/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r fb9abe72153a -r e25913f72303 math/scilab/Makefile
--- a/math/scilab/Makefile      Thu Dec 18 23:38:53 2003 +0000
+++ b/math/scilab/Makefile      Fri Dec 19 04:37:23 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2003/09/17 19:40:48 grant Exp $
+# $NetBSD: Makefile,v 1.44 2003/12/19 04:37:23 dmcmahill Exp $
 #
 
 DISTNAME=      ${SCIBASE}.src
 PKGNAME=       ${SCIBASE}
-PKGREVISION=   2
+PKGREVISION=   3
 WRKSRC=                ${WRKDIR}/${SCIBASE}
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/
@@ -71,9 +71,12 @@
 .endfor
 
 # delete some .orig files that got created by patching
+# also fix the libtool link
 post-install:
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/config/Makeso.incl.in.orig
        ${RM} -f ${PREFIX}/lib/${SCIBASE}/macros/util/scipad.sci.orig
+       ${RM} -f ${PREFIX}/lib/${SCIBASE}/libtool
+       ${LN} -s ${LIBTOOL} ${PREFIX}/lib/${SCIBASE}/libtool
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 USE_PKGSRC_GCC=                # defined



Home | Main Index | Thread Index | Old Index