diff options
author | jtb <jtb@pkgsrc.org> | 2003-06-23 20:36:13 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-06-23 20:36:13 +0000 |
commit | b683565843c0cadbd6746e68e6a94921dcebf3d7 (patch) | |
tree | fc1a8ad97b33b712e9b33d4a0e975f32a135c971 /textproc/hevea/patches | |
parent | 7a3a29e2bb08d59f0d51a49d188c3b170eb15349 (diff) | |
download | pkgsrc-b683565843c0cadbd6746e68e6a94921dcebf3d7.tar.gz |
Build with native code compilers on systems where they're available,
which now includes powerpc and sparc.
Bump PKGREVISION.
Diffstat (limited to 'textproc/hevea/patches')
-rw-r--r-- | textproc/hevea/patches/patch-aa | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/textproc/hevea/patches/patch-aa b/textproc/hevea/patches/patch-aa index 1143282316f..45927d6b593 100644 --- a/textproc/hevea/patches/patch-aa +++ b/textproc/hevea/patches/patch-aa @@ -1,15 +1,12 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/06/17 14:36:42 jtb Exp $ +$NetBSD: patch-aa,v 1.2 2003/06/23 20:36:15 jtb Exp $ ---- Makefile.orig Fri May 5 07:52:04 2000 +--- Makefile.orig +++ Makefile -@@ -1,12 +1,16 @@ +@@ -1,12 +1,12 @@ ################## Configuration parameters # Compile using ocamlopt, to use ocamlc set TARGET=byte -+.if (${MACHINE_ARCH} == "i386") - TARGET=opt -+.else -+TARGET=byte -+.endif +-TARGET=opt ++#TARGET=opt # Library directory of hevea -LIBDIR=/usr/local/lib/hevea +LIBDIR=${PREFIX}/share/hevea @@ -22,7 +19,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/06/17 14:36:42 jtb Exp $ ############### End of configuration parameters HEVEA=./hevea.$(TARGET) -@@ -14,7 +18,7 @@ +@@ -14,7 +14,7 @@ OCAMLCI=ocamlc OCAMLOPT=ocamlopt OCAMLLEX=ocamllex @@ -31,7 +28,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/06/17 14:36:42 jtb Exp $ OBJS=version.cmo stack.cmo location.cmo misc.cmo out.cmo table.cmo parse_opts.cmo mylib.cmo myfiles.cmo symb.cmo save.cmo auxx.cmo lexstate.cmo subst.cmo latexmacros.cmo counter.cmo noimage.cmo image.cmo length.cmo get.cmo tabular.cmo htmlCommon.cmo htmlMath.cmo mathML.cmo html.cmo text.cmo infoRef.cmo info.cmo section.cmo foot.cmo entry.cmo index.cmo colscan.cmo color.cmo hot.cmo package.cmo videoc.cmo verb.cmo latexscan.cmo zyva.cmo latexmain.cmo OBJSCUT=version.cmo stack.cmo location.cmo misc.cmo out.cmo thread.cmo cross.cmo mylib.cmo section.cmo length.cmo save.cmo cut.cmo cutmain.cmo GENSRC=colscan.ml cut.ml entry.ml get.ml latexscan.ml length.ml save.ml tabular.ml videoc.ml verb.ml infoRef.ml subst.ml -@@ -36,28 +40,28 @@ +@@ -36,28 +36,28 @@ $(MAKE) $(MFLAGS) TARGET=byte hevea.byte hacha.byte cutfoot-fra.html cutfoot-eng.html install-lib: |