summaryrefslogtreecommitdiff
path: root/textproc/unroff/files/patch-a
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-04-10 06:38:59 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-04-10 06:38:59 +0000
commit3629f1878c9adf90423aef4e2109be212aa08abc (patch)
tree6f9ea76c03881af53819953dc8d028b49d2faa53 /textproc/unroff/files/patch-a
parentuse .for loop for common targets (diff)
Import unroff, a programmable, extensible troff converter with
HTML backend.
Diffstat (limited to 'textproc/unroff/files/patch-a')
-rw-r--r--textproc/unroff/files/patch-a68
1 files changed, 68 insertions, 0 deletions
diff --git a/textproc/unroff/files/patch-a b/textproc/unroff/files/patch-a
new file mode 100644
index 000000000000..26329063a10c
--- /dev/null
+++ b/textproc/unroff/files/patch-a
@@ -0,0 +1,68 @@
+diff -cr unroff-1.0.orig/src/Makefile unroff-1.0/src/Makefile
+*** unroff-1.0.orig/src/Makefile Wed Aug 23 14:12:48 1995
+--- unroff-1.0/src/Makefile Mon Feb 12 18:51:08 1996
+***************
+*** 1,14 ****
+ # $Revision: 1.12 $
+
+ ### You need a C compiler that compiles ANSI C code.
+! CC = gcc
+! CFLAGS = -Wall -pedantic -O
+
+ ### If you need additional linker flags add them here.
+! LDFLAGS =
+
+ ### The directory where the Elk installation resides on your system.
+! ELKDIR = /usr/elk
+
+ ### Additional libraries. You may want to insert the output of the
+ ### shell-script $(ELKDIR)/lib/ldflags here.
+--- 1,14 ----
+ # $Revision: 1.12 $
+
+ ### You need a C compiler that compiles ANSI C code.
+! #CC = gcc
+! #CFLAGS = -Wall -pedantic -O
+
+ ### If you need additional linker flags add them here.
+! LDFLAGS = -s
+
+ ### The directory where the Elk installation resides on your system.
+! ELKDIR = ${PREFIX}/share/elk
+
+ ### Additional libraries. You may want to insert the output of the
+ ### shell-script $(ELKDIR)/lib/ldflags here.
+***************
+*** 18,24 ****
+ MAKEDEP = makedepend
+
+ ### The directory under which you will install the Scheme files.
+! DIR = /usr/local/lib/unroff
+
+ ### The default output format.
+ FORMAT = html
+--- 18,24 ----
+ MAKEDEP = makedepend
+
+ ### The directory under which you will install the Scheme files.
+! DIR = ${PREFIX}/share/unroff
+
+ ### The default output format.
+ FORMAT = html
+***************
+*** 30,36 ****
+ ### -------------------------------------------------------------------------
+
+ SHELL = /bin/sh
+! INCLUDE = -I$(ELKDIR)/include
+ ELK = $(ELKDIR)/lib/module.o
+ DEFS = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\"
+ CTAGS = ctags -t -w
+--- 30,36 ----
+ ### -------------------------------------------------------------------------
+
+ SHELL = /bin/sh
+! INCLUDE = -I${PREFIX}/include/elk
+ ELK = $(ELKDIR)/lib/module.o
+ DEFS = -DDEFAULT_DIR=\"$(DIR)\" -DDEFAULT_FORMAT=\"$(FORMAT)\"
+ CTAGS = ctags -t -w