diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-07-23 16:22:28 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-07-23 16:22:28 +0000 |
commit | 7c74813bd416a120d151702f7fd3fcbaec3f070b (patch) | |
tree | b54a80cf5b30a0dac16474f8533f57c39ec50af7 /lang/yap | |
parent | e176f9559a4e60f9cc76bb1d40b7e84bbf6b9f97 (diff) |
- Fix docs build after texlive upgrade
- Fix build without docs
Notes
Notes:
svn path=/head/; revision=392738
Diffstat (limited to 'lang/yap')
-rw-r--r-- | lang/yap/Makefile | 2 | ||||
-rw-r--r-- | lang/yap/files/patch-Makefile.in | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index ba3e2550df98..759a27755388 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -23,7 +23,7 @@ DOCS_INSTALL_TARGET= install install_docs USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-max-performance -USES= gmake +USES= gmake readline USE_GCC= any DOCSDIR= ${PREFIX}/share/doc/Yap diff --git a/lang/yap/files/patch-Makefile.in b/lang/yap/files/patch-Makefile.in new file mode 100644 index 000000000000..8fdd7dfb7ac4 --- /dev/null +++ b/lang/yap/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2015-07-23 15:33:43 UTC ++++ Makefile.in +@@ -94,7 +94,7 @@ SO=@SO@ + MAKEINFO=makeinfo + TEXI2DVI=texi2dvi + TEXI2HTML=texi2html +-TEXI2PDF=texi2pdf ++TEXI2PDF=texi2pdf -b + YAPLIB=@YAPLIB@ + SONAMEFLAG=@SONAMEFLAG@ + +@@ -776,7 +776,7 @@ yap.ps: $(YAPDOCS) + pdf: yap.pdf + + yap.pdf: $(YAPDOCS) +- $(TEXI2PDF) $(srcdir)/docs/yap.tex ++ -$(TEXI2PDF) $(srcdir)/docs/yap.tex + + clean_docs: + rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg |