summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-28 10:58:18 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-28 10:58:18 +0000
commite7dab86b562218e626213e45772c879c83bf3d24 (patch)
treec382a566690538c0cbcb0ba24eb71ff2c2763f29 /graphics
parenta322b4bb269831d226f29ed93e66de2caf43313b (diff)
downloadpkgsrc-e7dab86b562218e626213e45772c879c83bf3d24.tar.gz
Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld
arguments, these are now handled globally by mk/platform/SunOS.mk
Diffstat (limited to 'graphics')
-rw-r--r--graphics/shotwell/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile
index 18344d90e42..794a346b68b 100644
--- a/graphics/shotwell/Makefile
+++ b/graphics/shotwell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2014/08/21 15:35:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.59 2014/08/28 10:58:18 jperkin Exp $
DISTNAME= shotwell-0.11.6
PKGREVISION= 25
@@ -22,12 +22,6 @@ MAKE_ENV+= VALAC=${VALAC}
REPLACE_SH+= configure
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-BUILDLINK_TRANSFORM+= rm:-Wl,--no-as-needed
-.endif
-
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/GConf/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"