pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/compiz wm/compiz: fix build on NetBSD 8
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ff6a4c2b5b2
branches: trunk
changeset: 341540:0ff6a4c2b5b2
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Oct 03 21:54:41 2019 +0000
description:
wm/compiz: fix build on NetBSD 8
while linking compiz:
ld: cannot find -lxshmfence
diffstat:
wm/compiz/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 191a2684fcb1 -r 0ff6a4c2b5b2 wm/compiz/Makefile
--- a/wm/compiz/Makefile Thu Oct 03 21:28:45 2019 +0000
+++ b/wm/compiz/Makefile Thu Oct 03 21:54:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2019/08/22 12:23:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.121 2019/10/03 21:54:41 rillig Exp $
#
PKGVER= 0.8.8
@@ -82,6 +82,7 @@
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
+.include "../../x11/libxshmfence/buildlink3.mk"
.include "../../audio/libcanberra/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../graphics/png/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index