pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/wmii
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 12 11:59:38 UTC 2017
Modified Files:
pkgsrc/wm/wmii: Makefile
Log Message:
SunOS requires an explicit -liconv.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/wm/wmii/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/wmii/Makefile
diff -u pkgsrc/wm/wmii/Makefile:1.30 pkgsrc/wm/wmii/Makefile:1.31
--- pkgsrc/wm/wmii/Makefile:1.30 Sun Mar 15 15:24:24 2015
+++ pkgsrc/wm/wmii/Makefile Fri May 12 11:59:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/03/15 15:24:24 tnn Exp $
+# $NetBSD: Makefile,v 1.31 2017/05/12 11:59:38 jperkin Exp $
DISTNAME= wmii-3.6
PKGREVISION= 4
@@ -34,7 +34,7 @@ CONF_FILES_MODE= 0755
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
-LDFLAGS.SunOS+= -lsocket -lnsl
+LDFLAGS.SunOS+= -lsocket -lnsl -liconv
SUBST_CLASSES+= vars
SUBST_STAGE.vars= pre-build
Home |
Main Index |
Thread Index |
Old Index