pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs29
Module Name: pkgsrc
Committed By: jperkin
Date: Sat May 4 21:03:13 UTC 2024
Modified Files:
pkgsrc/editors/emacs29: Makefile
Log Message:
emacs29: Copy file notification fix from emacs28.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/editors/emacs29/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/emacs29/Makefile
diff -u pkgsrc/editors/emacs29/Makefile:1.14 pkgsrc/editors/emacs29/Makefile:1.15
--- pkgsrc/editors/emacs29/Makefile:1.14 Tue Apr 30 18:30:52 2024
+++ pkgsrc/editors/emacs29/Makefile Sat May 4 21:03:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/04/30 18:30:52 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/05/04 21:03:13 jperkin Exp $
CONFLICTS+= emacs29-nox11-[0-9]*
@@ -7,6 +7,12 @@ PKGREVISION= 4
.include "options.mk"
+# Erroneously tries to enable inotify by default.
+.if ${OPSYS} == "SunOS"
+. include "../../devel/glib2/buildlink3.mk"
+CONFIGURE_ARGS+= --with-file-notification=gfile
+.endif
+
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../fonts/harfbuzz/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index