mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- Don't use EMACS_PORT_NAME?=emacs21 Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com> PR: ports/121604 (part of)
15 lines
564 B
Text
15 lines
564 B
Text
--- configure.ac.orig 2007-12-23 05:39:52.000000000 -0600
|
|
+++ configure.ac 2008-03-11 10:07:43.000000000 -0500
|
|
@@ -55,11 +55,10 @@
|
|
AC_EMACS_INFO
|
|
|
|
# Handle contrib files. "-" must be encoded as "_".
|
|
-TRAMP_CONTRIB_FILES=
|
|
+TRAMP_CONTRIB_FILES=password.el
|
|
|
|
AC_CONTRIB_FILES([base64_encode_region], [base64.el])
|
|
AC_CONTRIB_FILES([format_spec], [format_spec.el])
|
|
-AC_CONTRIB_FILES([password_cache_add], [password.el], [optional])
|
|
if test "${EMACS_GW}" = yes; then
|
|
AC_CONTRIB_FILES([socks_open_network_stream], [socks.el], [optional])
|
|
fi
|