pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libexecinfo Don't build a shared library under S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d531bea385c
branches:  trunk
changeset: 635432:3d531bea385c
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jun 05 19:48:33 2014 +0000

description:
Don't build a shared library under Solaris 10.

This should work around PR pkg/48732 until we have a beter solution
e.g. building this package with "libtool".

diffstat:

 devel/libexecinfo/Makefile |   9 ++++++++-
 devel/libexecinfo/PLIST    |  10 +++++-----
 2 files changed, 13 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 5e25edd59adc -r 3d531bea385c devel/libexecinfo/Makefile
--- a/devel/libexecinfo/Makefile        Thu Jun 05 18:33:07 2014 +0000
+++ b/devel/libexecinfo/Makefile        Thu Jun 05 19:48:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/05/10 23:03:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2014/06/05 19:48:33 tron Exp $
 
 DISTNAME=      libexecinfo-1.1
 CATEGORIES=    devel
@@ -20,6 +20,13 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+PLIST_VARS+=   mkpic
+.if empty(MACHINE_PLATFORM:MSunOS-5.10-*)
+PLIST.mkpic=   yes
+.else
+MAKE_ENV+=     MKPIC=no
+.endif
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/execinfo.h ${DESTDIR}${PREFIX}/include
 
diff -r 5e25edd59adc -r 3d531bea385c devel/libexecinfo/PLIST
--- a/devel/libexecinfo/PLIST   Thu Jun 05 18:33:07 2014 +0000
+++ b/devel/libexecinfo/PLIST   Thu Jun 05 19:48:33 2014 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2013/03/14 22:27:15 asau Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/06/05 19:48:33 tron Exp $
 include/execinfo.h
 lib/libexecinfo.a
-lib/libexecinfo.so
-lib/libexecinfo.so.1
-lib/libexecinfo.so.1.0
-lib/libexecinfo_pic.a
+${PLIST.mkpic}lib/libexecinfo.so
+${PLIST.mkpic}lib/libexecinfo.so.1
+${PLIST.mkpic}lib/libexecinfo.so.1.0
+${PLIST.mkpic}lib/libexecinfo_pic.a



Home | Main Index | Thread Index | Old Index