pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/ltm Set LIBPATH during build, bump pkgrev.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b740ac45db4
branches:  trunk
changeset: 358113:7b740ac45db4
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Feb 05 12:28:14 2017 +0000

description:
Set LIBPATH during build, bump pkgrev.

Otherwise, the library refers to a nonexistent lib in /usr/lib on Darwin.

diffstat:

 math/ltm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5d0688db9ab9 -r 7b740ac45db4 math/ltm/Makefile
--- a/math/ltm/Makefile Sun Feb 05 11:52:06 2017 +0000
+++ b/math/ltm/Makefile Sun Feb 05 12:28:14 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2016/10/04 09:34:01 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2017/02/05 12:28:14 bsiegert Exp $
 
 DISTNAME=              ltm-1.0
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=libtom/}
 GITHUB_PROJECT=                libtommath
@@ -15,6 +16,7 @@
 WRKSRC=                        ${WRKDIR}/libtommath-1.0
 USE_LIBTOOL=           yes
 MAKE_FILE=             makefile.shared
+MAKE_ENV+=             LIBPATH=${PREFIX}/lib
 BUILD_TARGET=          default
 USE_TOOLS+=            gmake
 



Home | Main Index | Thread Index | Old Index