pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs30



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Feb 24 07:13:49 UTC 2026

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

Log Message:
emacs30: Fix PR pkg/60023

The macOS SDK provides its own version of getopt_long(3).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs30/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/emacs30/Makefile.common
diff -u pkgsrc/editors/emacs30/Makefile.common:1.3 pkgsrc/editors/emacs30/Makefile.common:1.4
--- pkgsrc/editors/emacs30/Makefile.common:1.3  Wed Dec 24 22:21:00 2025
+++ pkgsrc/editors/emacs30/Makefile.common      Tue Feb 24 07:13:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2025/12/24 22:21:00 wiz Exp $
+# $NetBSD: Makefile.common,v 1.4 2026/02/24 07:13:49 triaxx Exp $
 #
 # used by editors/emacs30/Makefile
 # used by editors/emacs30-nox11/Makefile
@@ -86,4 +86,6 @@ post-install:
        cd ${DESTDIR}${PREFIX}/libexec/emacs/${PKGVERSION_NOREV}/${MACHINE_GNU_PLATFORM} && \
                mv emacs-*.pdmp emacs.pdmp
 
-.include "../../devel/libgetopt/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
+.  include "../../devel/libgetopt/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index