pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/lxterminal Fix build on SmartOS by adding -lsocket...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83c56842cfde
branches:  trunk
changeset: 348701:83c56842cfde
user:      youri <youri%pkgsrc.org@localhost>
date:      Sat Jun 18 09:07:19 2016 +0000

description:
Fix build on SmartOS by adding -lsocket to LDFLAGS.

diffstat:

 x11/lxterminal/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 95ba21a98623 -r 83c56842cfde x11/lxterminal/Makefile
--- a/x11/lxterminal/Makefile   Sat Jun 18 09:06:19 2016 +0000
+++ b/x11/lxterminal/Makefile   Sat Jun 18 09:07:19 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/06/11 18:18:22 youri Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/18 09:07:19 youri Exp $
 
 DISTNAME=      lxterminal-0.2.0
 CATEGORIES=    x11
@@ -12,6 +12,8 @@
 GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake intltool pkg-config msgfmt
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index