summaryrefslogtreecommitdiff
path: root/textproc/hevea/patches
diff options
context:
space:
mode:
authordanw <danw>2004-05-03 23:45:56 +0000
committerdanw <danw>2004-05-03 23:45:56 +0000
commit32fd50f3ad0f43c849ab04216cd0201343d60efe (patch)
tree8ee57a09ed5911299f4301b0803059c4c11a6ce4 /textproc/hevea/patches
parent9e7922ccdc47c18860e5f2b9907e119fd4b052d2 (diff)
downloadpkgsrc-32fd50f3ad0f43c849ab04216cd0201343d60efe.tar.gz
darwin is anal about cpp being a *C* preprocessor, so use m4 here
instead. Also fix a braino in the Makefile that resulted in it always using the bytecode compiler rather than the native compiler. PKGREVISION++
Diffstat (limited to 'textproc/hevea/patches')
-rw-r--r--textproc/hevea/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/hevea/patches/patch-aa b/textproc/hevea/patches/patch-aa
index bdd80d79e4e..235f89f10f0 100644
--- a/textproc/hevea/patches/patch-aa
+++ b/textproc/hevea/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2003/11/10 23:15:21 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.5 2004/05/03 23:45:56 danw Exp $
---- Makefile.orig Fri Feb 15 15:47:09 2002
+--- Makefile.orig Fri Feb 15 10:47:09 2002
+++ Makefile
@@ -1,12 +1,12 @@
################## Configuration parameters
@@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.4 2003/11/10 23:15:21 dmcmahill Exp $
+BINDIR=${PREFIX}/bin
# A replacement for /lib/cpp
-CPP=gcc -E -P -x c
-+#CPP=gcc -E -P -x c
++CPP=${M4}
############### End of configuration parameters
SUF=
#DIR=/usr/bin/