5c37bd26b0
- Restore GTK2 option. - Enable IMAGEMAGICK option by default. - Add GNUTLS option. - Fix the issue with bad plist generation and mention it in UPDATING. - Include 'alloca' fix provided by swell.k@gmail.com [1]. PR: ports/149049[1] Submitted by: swell.k@gmail.com[1] Approved by: tabthorpe (mentor)
14 lines
358 B
Text
14 lines
358 B
Text
|
|
$FreeBSD$
|
|
|
|
--- doc/emacs/Makefile.in.orig
|
|
+++ doc/emacs/Makefile.in
|
|
@@ -39,7 +39,7 @@
|
|
|
|
# The makeinfo program is part of the Texinfo distribution.
|
|
# Use --force so that it generates output even if there are errors.
|
|
-MAKEINFO = makeinfo --force -I $(srcdir)
|
|
+MAKEINFO = makeinfo --force --no-split -I $(srcdir)
|
|
|
|
TEXI2DVI = texi2dvi
|
|
TEXI2PDF = texi2pdf
|