diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-16 02:08:19 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-16 02:08:19 +0000 |
commit | c3acfa33968ca0236b6e1299f4df9bf662b6244b (patch) | |
tree | c72e0015ac7deece3f48c1f4b9a0812d4ff8dc83 /x11 | |
parent | 93c84ad349a98370b9d7168c40357a6c4ebdea10 (diff) | |
download | pkgsrc-c3acfa33968ca0236b6e1299f4df9bf662b6244b.tar.gz |
link network libs on SunOS
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-creator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt4-creator/Makefile b/x11/qt4-creator/Makefile index 6fa63cfb83f..2e5585f6f6d 100644 --- a/x11/qt4-creator/Makefile +++ b/x11/qt4-creator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2014/02/12 23:18:54 tron Exp $ +# $NetBSD: Makefile,v 1.27 2014/02/16 02:08:19 wiedi Exp $ DISTNAME= qt-creator-2.0.1-src PKGNAME= ${DISTNAME:S/qt-/qt4-/:S/-src//} @@ -25,6 +25,8 @@ BUILD_DEPENDS+= qt4-sqlite3>=4.7.0:../../x11/qt4-sqlite3 BUILD_TARGET= make_default qch_docs MAKE_ENV+= PREFIX=${PREFIX} +LDFLAGS.SunOS+= -lsocket -lnsl + pre-configure: rm -rf ${WRKSRC}/src/libs/3rdparty/botan |