diff options
author | hans <hans@pkgsrc.org> | 2012-02-17 14:11:23 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-17 14:11:23 +0000 |
commit | 6da2bbde39e5fb2ae1a7258ca7fcfcf5c6a26d40 (patch) | |
tree | 1623fe16593618c241f24bad4917d59ab3d21108 /x11 | |
parent | 5facb80c8cffc8848c35c696fd16172fd1f48908 (diff) | |
download | pkgsrc-6da2bbde39e5fb2ae1a7258ca7fcfcf5c6a26d40.tar.gz |
Another build fix for SunOS that I forgot in the previous commit.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common index e7b8b4c76b8..c51f76eb54f 100644 --- a/x11/qt4-libs/Makefile.common +++ b/x11/qt4-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2012/01/12 22:59:58 adam Exp $ +# $NetBSD: Makefile.common,v 1.31 2012/02/17 14:11:23 hans Exp $ # used by x11/qt4-docs/Makefile # used by x11/qt4-libs/Makefile # used by x11/qt4-mng/Makefile @@ -36,7 +36,6 @@ CONFIGURE_ARGS+= -no-phonon CONFIGURE_ARGS+= -no-phonon-backend CONFIGURE_ARGS+= -optimized-qmake CONFIGURE_ARGS+= -prefix "${QTPREFIX}" -CONFIGURE_ARGS.SunOS+= -no-xrender CONFIGURE_ARGS+= ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*} CONFIGURE_ARGS+= -opensource -confirm-license OPSYSVARS+= CONFIGURE_ARGS @@ -82,6 +81,7 @@ 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 |