1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/editors/emacs20-dl/files/patch-cc
Jun Kuriyama 10a16f1335 GNU editing macros with dynamic loading module function (binary only).
PR:		ports/8776
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-12-13 14:27:06 +00:00

13 lines
487 B
Plaintext

--- configure.in.orig Sat Nov 21 08:59:52 1998
+++ configure.in Sat Nov 21 08:58:16 1998
@@ -57,6 +57,9 @@
AC_ARG_WITH(gssapi,
[ --with-gssapi support GSSAPI-authenticated POP],
[AC_DEFINE(GSSAPI)])
+AC_ARG_WITH(xpg4,
+[ --with-xpg4 support XPG4 library on FreeBSD system],
+[AC_DEFINE(USE_XPG)])
dnl This should be the last --with option, because --with-x is
dnl added later on when we find the path of X, and it's best to
dnl keep them together visually.