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: Mon Jun 26 08:29:12 UTC 2023
Modified Files:
pkgsrc/wm/wmii: Makefile
Log Message:
wmii: Needs -lX11 -lXrender on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 pkgsrc/wm/wmii/Makefile:1.44
--- pkgsrc/wm/wmii/Makefile:1.43 Sun Jan 29 21:18:02 2023
+++ pkgsrc/wm/wmii/Makefile Mon Jun 26 08:29:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2023/01/29 21:18:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2023/06/26 08:29:12 jperkin Exp $
DISTNAME= wmii+ixp-3.9.2
PKGNAME= wmii-3.9.2
@@ -47,7 +47,7 @@ CONF_FILES+= ${EGDIR}/${EGSUBDIR.${subd
.endfor
LDFLAGS.NetBSD+= -lm # frexp
-LDFLAGS.SunOS+= -lsocket -lnsl
+LDFLAGS.SunOS+= -lX11 -lXrender -lsocket -lnsl
SUBST_CLASSES+= vars
SUBST_STAGE.vars= pre-configure
Home |
Main Index |
Thread Index |
Old Index