pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-boost py-boost: Prune -lutil on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/93fcf3453164
branches: trunk
changeset: 410558:93fcf3453164
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jan 24 15:36:39 2020 +0000
description:
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.
diffstat:
devel/py-boost/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 20c4f27cf07d -r 93fcf3453164 devel/py-boost/Makefile
--- a/devel/py-boost/Makefile Fri Jan 24 14:50:57 2020 +0000
+++ b/devel/py-boost/Makefile Fri Jan 24 15:36:39 2020 +0000
@@ -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 @@
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