pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-boost
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jan 24 15:36:39 UTC 2020
Modified Files:
pkgsrc/devel/py-boost: Makefile
Log Message:
py-boost: Prune -lutil on SunOS.
This is handled correctly by the python jam file, but for some reason
$(target-os) is set to "unix" instead of "solaris" somewhere indecipherably, so
this way is just simpler.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-boost/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-boost/Makefile
diff -u pkgsrc/devel/py-boost/Makefile:1.11 pkgsrc/devel/py-boost/Makefile:1.12
--- pkgsrc/devel/py-boost/Makefile:1.11 Sun Jan 12 10:10:04 2020
+++ pkgsrc/devel/py-boost/Makefile Fri Jan 24 15:36:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/12 10:10:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/24 15:36:39 jperkin Exp $
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
@@ -28,5 +28,7 @@ do-install: boost-install-libs
PLIST_SUBST+= PYVER=${_PYTHON_VERSION}
+BUILDLINK_TRANSFORM.SunOS+= rm:-lutil
+
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index