pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/lxterminal
Module Name: pkgsrc
Committed By: youri
Date: Sat Jun 18 09:07:19 UTC 2016
Modified Files:
pkgsrc/x11/lxterminal: Makefile
Log Message:
Fix build on SmartOS by adding -lsocket to LDFLAGS.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/lxterminal/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/lxterminal/Makefile
diff -u pkgsrc/x11/lxterminal/Makefile:1.4 pkgsrc/x11/lxterminal/Makefile:1.5
--- pkgsrc/x11/lxterminal/Makefile:1.4 Sat Jun 11 18:18:22 2016
+++ pkgsrc/x11/lxterminal/Makefile Sat Jun 18 09:07:19 2016
@@ -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 @@ LICENSE= gnu-gpl-v2
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