diff options
Diffstat (limited to 'converters/bibtex2html/patches/patch-Makefile.in')
-rw-r--r-- | converters/bibtex2html/patches/patch-Makefile.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/converters/bibtex2html/patches/patch-Makefile.in b/converters/bibtex2html/patches/patch-Makefile.in deleted file mode 100644 index 11e12511f03..00000000000 --- a/converters/bibtex2html/patches/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.1 2011/04/01 21:14:53 markd Exp $ - -rename str lib for newer ocaml - from gentoo portage - ---- Makefile.in.orig 2010-09-29 06:56:25.000000000 +0000 -+++ Makefile.in -@@ -45,7 +45,7 @@ DEBUG = - FLAGS = $(ZLIBS) $(DEBUG) - PROFILE = - --STRLIB = -cclib -lstr -+STRLIB = -cclib -lcamlstr - - OBJS = options.cmx html.cmx latexmacros.cmx latexscan.cmx bbl_lexer.cmx \ - bibtex.cmx bibtex_parser.cmx bibtex_lexer.cmx \ |