summaryrefslogtreecommitdiff
path: root/devel/noweb/patches/patch-a
diff options
context:
space:
mode:
Diffstat (limited to 'devel/noweb/patches/patch-a')
-rw-r--r--devel/noweb/patches/patch-a16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/noweb/patches/patch-a b/devel/noweb/patches/patch-a
index 86718b5479e..1d992704b17 100644
--- a/devel/noweb/patches/patch-a
+++ b/devel/noweb/patches/patch-a
@@ -1,20 +1,19 @@
-$NetBSD: patch-a,v 1.2 1998/08/07 10:40:27 agc Exp $
+$NetBSD: patch-a,v 1.3 2001/02/06 03:30:09 jtb Exp $
---- Makefile.orig Sat Sep 13 23:27:50 1997
-+++ Makefile Mon Sep 15 09:23:19 1997
+--- Makefile.orig Mon Aug 17 00:54:11 1998
++++ Makefile
@@ -2,13 +2,13 @@
# See file COPYRIGHT for more information.
#
# Adjust these two lines for your ANSI C compiler
--CC=gcc
+-CC=gcc -ansi -pedantic
-CFLAGS=
-+#CC=gcc
++# CC=gcc -ansi -pedantic
+#CFLAGS=
# If you have Icon, you should use the Icon versions of the noweb pipeline.
--# Set LIBSRC=icon
+ # Set LIBSRC=icon
-LIBSRC=awk
+LIBSRC=icon
-+#LIBSRC=awk
# If you have no Icon compiler, but do have icont, make ICONC=icont
-ICONC=iconc
+ICONC=icont
@@ -40,13 +39,14 @@ $NetBSD: patch-a,v 1.2 1998/08/07 10:40:27 agc Exp $
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
-@@ -114,11 +114,11 @@
+@@ -135,12 +135,12 @@
rm -f $(CATDIR)/nountangle.$(MANEXT).gz
(cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz)
install-tex:
- -mkdir $(TEXINPUTS) 2>/dev/null
+ -mkdir -p $(TEXINPUTS) 2>/dev/null
cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS)
+ -texhash
install-elisp:
- -mkdir $(ELISP) 2>/dev/null