pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libcompizconfig
Module Name: pkgsrc
Committed By: pho
Date: Fri Jul 14 06:44:50 UTC 2023
Modified Files:
pkgsrc/devel/libcompizconfig: Makefile
Log Message:
devel/libcompizconfig: Fix a run-time issue on platforms without native inotify
This is probably an upstream issue. Its "configure" script can correctly
find our libinotify headers but doesn't pass -linotify to the linker. This
makes the resulting .so unloadable.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/libcompizconfig/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libcompizconfig/Makefile
diff -u pkgsrc/devel/libcompizconfig/Makefile:1.93 pkgsrc/devel/libcompizconfig/Makefile:1.94
--- pkgsrc/devel/libcompizconfig/Makefile:1.93 Wed Apr 19 08:08:16 2023
+++ pkgsrc/devel/libcompizconfig/Makefile Fri Jul 14 06:44:49 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.93 2023/04/19 08:08:16 adam Exp $
+# $NetBSD: Makefile,v 1.94 2023/07/14 06:44:49 pho Exp $
#
PKGVER= 0.8.8
DISTNAME= libcompizconfig-${PKGVER}
-PKGREVISION= 62
+PKGREVISION= 63
CATEGORIES= devel gnome
MASTER_SITES= http://releases.compiz.org/${PKGVER}/
@@ -30,6 +30,7 @@ INSTALLATION_DIRS= ${EGDIR}
.include "../../devel/protobuf/buildlink3.mk"
.if ${OPSYS} != "Linux" && ${OPSYS} != "SunOS"
.include "../../devel/libinotify/buildlink3.mk"
+LDFLAGS+= -linotify
.endif
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index