summaryrefslogtreecommitdiff
path: root/graphics/shotwell/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-08-28 10:58:18 +0000
committerjperkin <jperkin>2014-08-28 10:58:18 +0000
commit27ec8c5d159d35797b9cf2b36d852269d049e3cb (patch)
treec382a566690538c0cbcb0ba24eb71ff2c2763f29 /graphics/shotwell/Makefile
parentd60ed3f734f257b5e5b31f1c2814393b775a8e28 (diff)
downloadpkgsrc-27ec8c5d159d35797b9cf2b36d852269d049e3cb.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/shotwell/Makefile')
-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"