pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/ltm
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Feb 5 12:28:14 UTC 2017
Modified Files:
pkgsrc/math/ltm: Makefile
Log Message:
Set LIBPATH during build, bump pkgrev.
Otherwise, the library refers to a nonexistent lib in /usr/lib on Darwin.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/ltm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/ltm/Makefile
diff -u pkgsrc/math/ltm/Makefile:1.20 pkgsrc/math/ltm/Makefile:1.21
--- pkgsrc/math/ltm/Makefile:1.20 Tue Oct 4 09:34:01 2016
+++ pkgsrc/math/ltm/Makefile Sun Feb 5 12:28:14 2017
@@ -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 @@ LICENSE= public-domain
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