diff options
author | jperkin <jperkin> | 2014-08-28 10:58:18 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-08-28 10:58:18 +0000 |
commit | 58cdbb19142ce9f0dde04f76727e6746dad00f73 (patch) | |
tree | c382a566690538c0cbcb0ba24eb71ff2c2763f29 /x11/qt4-libs | |
parent | bd82f28286b804830800953095a9daf9f5d12596 (diff) | |
download | pkgsrc-58cdbb19142ce9f0dde04f76727e6746dad00f73.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/qt4-libs')
-rw-r--r-- | x11/qt4-libs/Makefile.common | 3 |
1 files changed, 1 insertions, 2 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 |