pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/compiz



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Oct  3 21:54:41 UTC 2019

Modified Files:
        pkgsrc/wm/compiz: Makefile

Log Message:
wm/compiz: fix build on NetBSD 8

while linking compiz:
ld: cannot find -lxshmfence


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/wm/compiz/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/compiz/Makefile
diff -u pkgsrc/wm/compiz/Makefile:1.120 pkgsrc/wm/compiz/Makefile:1.121
--- pkgsrc/wm/compiz/Makefile:1.120     Thu Aug 22 12:23:51 2019
+++ pkgsrc/wm/compiz/Makefile   Thu Oct  3 21:54:41 2019
@@ -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 @@ BUILDLINK_DEPMETHOD.pango=    build
 .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