summaryrefslogtreecommitdiff
path: root/textproc/java2html/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:55:20 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:55:20 +0000
commit533eb9e8d92242415071ac6246b23e9f62b96521 (patch)
tree4e611ea9bc05c0fc16afa7495faddc041913cfb7 /textproc/java2html/files
parentInitial import of tdetect version 0.2.1. (diff)
Initial import of java2html version 0.4.
A Jave, C, and C++ to HTML converter. PR: 10885 Submitted by: Martin Kammerhofer <mkamm@gmx.net>
Notes
Notes: svn path=/head/; revision=18375
Diffstat (limited to 'textproc/java2html/files')
-rw-r--r--textproc/java2html/files/patch-aa21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-aa
new file mode 100644
index 000000000000..1beeaec11d2c
--- /dev/null
+++ b/textproc/java2html/files/patch-aa
@@ -0,0 +1,21 @@
+--- Makefile.in~ Wed Mar 10 22:14:48 1999
++++ Makefile.in Sun Mar 21 18:19:16 1999
+@@ -12,7 +12,7 @@
+ # for gzip because otherwise the load on the web server
+ # grows without having big benefits.
+ # COMPRESSION = -DCOMPRESSION=4
+-COMPRESSION = -DCOMPRESSION=1
++COMPRESSION ?= -DCOMPRESSION=1
+
+ # Dont change things beyond this line.
+ TARGET = c2html
+@@ -40,7 +40,7 @@
+ srcdir = @srcdir@
+ CPPFLAGS = @CPPFLAGS@
+
+-CFLAGS = -O2 -Wall -pedantic $(COMPRESSION)
++CFLAGS ?= -O2 -Wall -pedantic
+-ALL_CFLAGS = $(CFLAGS) -I$(srcdir)
++ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION)
+
+ all: $(TARGET)