pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs28



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct  9 17:09:01 UTC 2023

Modified Files:
        pkgsrc/editors/emacs28: Makefile.common

Log Message:
emacs28: Use glib gio backend on SunOS.

Fixes build as by default it tries to use inotify.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs28/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs28/Makefile.common
diff -u pkgsrc/editors/emacs28/Makefile.common:1.1 pkgsrc/editors/emacs28/Makefile.common:1.2
--- pkgsrc/editors/emacs28/Makefile.common:1.1  Wed Apr  6 22:40:38 2022
+++ pkgsrc/editors/emacs28/Makefile.common      Mon Oct  9 17:09:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2022/04/06 22:40:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.2 2023/10/09 17:09:01 jperkin Exp $
 #
 # used by editors/emacs28/Makefile
 # used by editors/emacs28-nox11/Makefile
@@ -32,6 +32,12 @@ CONFIGURE_ARGS+=     --localstatedir=${VARBA
 CONFIGURE_ARGS+=       --disable-autodepend
 CONFIGURE_ENV+=                GAMEOWN=${GAMES_USER}
 
+# Erroneously tries to enable inotify by default.
+.if ${OPSYS} == "SunOS"
+.  include "../../devel/glib2/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-file-notification=gfile
+.endif
+
 USE_GAMESGROUP=                yes
 
 BUILD_DEFS+=           VARBASE



Home | Main Index | Thread Index | Old Index