Fix breakage -- ocaml does not supply "ocamlopt", therefore the hevea

build is using an incorrect target.

Tested on macppc and i386 - ok pvalchev@
This commit is contained in:
mark 2002-09-28 03:51:01 +00:00
parent dc18c5b31b
commit 55f815fced
2 changed files with 12 additions and 3 deletions

View File

@ -1,10 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2002/06/09 05:37:15 wilfried Exp $
# $OpenBSD: Makefile,v 1.7 2002/09/28 03:51:01 mark Exp $
COMMENT= "LaTeX to html translator"
CATEGORIES= textproc print
NEED_VERSION= 1.515
V=1.05
# Q Licence 1.0 + LGPL for parts of the runtime

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile,v 1.1 2002/09/28 03:51:01 mark Exp $
--- Makefile.orig Fri May 5 00:52:04 2000
+++ Makefile Fri Sep 27 20:46:13 2002
@@ -1,6 +1,6 @@
################## Configuration parameters
# Compile using ocamlopt, to use ocamlc set TARGET=byte
-TARGET=opt
+TARGET=byte
# Library directory of hevea
LIBDIR=/usr/local/lib/hevea
# Where to install programms