summaryrefslogtreecommitdiff
path: root/x11
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
commit6ab8810a8bc171c7a5c10394c6f45254fbedb09b (patch)
treec382a566690538c0cbcb0ba24eb71ff2c2763f29 /x11
parente31f8b71955f2b97f2a94c10f49f0cc15025295b (diff)
downloadpkgsrc-6ab8810a8bc171c7a5c10394c6f45254fbedb09b.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 'x11')
-rw-r--r--x11/qt4-libs/Makefile.common3
-rw-r--r--x11/qt5-qtbase/Makefile.common3
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index 783f0289abd..d4f2807bb92 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2013/09/02 19:51:32 adam Exp $
+# $NetBSD: Makefile.common,v 1.38 2014/08/28 10:58:19 jperkin Exp $
# used by x11/qt4-docs/Makefile
# used by x11/qt4-libs/Makefile
# used by x11/qt4-mng/Makefile
@@ -80,7 +80,6 @@ CONFIGURE_ARGS+= -platform solaris-cc
. endif
. endif
SYS_LIBS= -lresolv -lsocket -lnsl -lrt
-BUILDLINK_TRANSFORM+= rm:-Wl,--gc-sections
.elif ${OPSYS} == "Interix"
CONFIGURE_ARGS+= -platform interix-g++
CFLAGS+= -I/usr/local/include/bind
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index dcdaa304660..189a1641df1 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2014/04/23 07:05:31 adam Exp $
+# $NetBSD: Makefile.common,v 1.11 2014/08/28 10:58:19 jperkin Exp $
# used by x11/qt5-dbus/Makefile
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
@@ -123,7 +123,6 @@ CONFIGURE_ARGS+= -platform solaris-cc
. endif
. endif
SYS_LIBS= -lresolv -lsocket -lnsl -lrt
-BUILDLINK_TRANSFORM+= rm:-Wl,--gc-sections
.elif ${OPSYS} == "Interix"
CONFIGURE_ARGS+= -platform interix-g++
CFLAGS+= -I/usr/local/include/bind