View | Details | Raw Unified | Return to bug 258001 | Differences between
and this patch

Collapse All | Expand All

(-)b/editors/emacs-devel/files/patch-configure.ac (-1 / +11 lines)
Added Link Here
0
- 
1
--- configure.ac.orig	2021-08-15 01:22:26 UTC
2
+++ configure.ac
3
@@ -1335,7 +1335,7 @@ if test -n "$BREW"; then
4
 fi
5
 
6
 # Check MacPorts on macOS.
7
-AC_PATH_PROG(HAVE_MACPORTS, port)
8
+#AC_PATH_PROG(HAVE_MACPORTS, port)
9
 
10
 ## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals.
11
 : ${MAKEINFO:=makeinfo}

Return to bug 258001