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
340 B
Text
14 lines
340 B
Text
|
|
$FreeBSD$
|
|
|
|
--- doc/lispref/Makefile.in.orig
|
|
+++ doc/lispref/Makefile.in
|
|
@@ -32,7 +32,7 @@
|
|
# Directory with emacsver.texi.
|
|
emacsdir = $(srcdir)/../emacs
|
|
|
|
-MAKEINFO = makeinfo --force -I $(emacsdir) -I $(srcdir)
|
|
+MAKEINFO = makeinfo --no-split --force -I $(emacsdir) -I $(srcdir)
|
|
TEXI2DVI = texi2dvi
|
|
TEXI2PDF = texi2pdf
|
|
DVIPS = dvips
|