pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/eina Re-fix Solaris support, the previous patch ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/04eca6c82466
branches: trunk
changeset: 612341:04eca6c82466
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Dec 18 13:54:04 2012 +0000
description:
Re-fix Solaris support, the previous patch was for some reason removed in
the last update, despite still being required.
diffstat:
devel/eina/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1f812cff8bcb -r 04eca6c82466 devel/eina/Makefile
--- a/devel/eina/Makefile Tue Dec 18 13:39:23 2012 +0000
+++ b/devel/eina/Makefile Tue Dec 18 13:54:04 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/12/12 11:39:02 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/12/18 13:54:04 jperkin Exp $
#
DISTNAME= eina-1.7.1
@@ -17,4 +17,10 @@
PKGCONFIG_OVERRIDE= eina.pc.in
+.include "../../mk/compiler.mk"
+
+.if empty(PKGSRC_COMPILER:Msunpro)
+BUILDLINK_TRANSFORM+= rm:-mt
+.endif
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index