summaryrefslogtreecommitdiff
path: root/textproc/java2html/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-04 22:40:43 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-04 22:40:43 +0000
commit24d0b0db6cc37cdfd2e4d20d75201fd14c2b0dbc (patch)
treed270ce5925a245afccbbccae217bc83bd8651f83 /textproc/java2html/files
parentlibtool has been updated to version 1.3 so fixup where we look for it. (diff)
Update to version 0.5.
PR: 10885 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18480
Diffstat (limited to 'textproc/java2html/files')
-rw-r--r--textproc/java2html/files/patch-aa15
1 files changed, 7 insertions, 8 deletions
diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-aa
index 1beeaec11d2c..3cd79b9e5d90 100644
--- a/textproc/java2html/files/patch-aa
+++ b/textproc/java2html/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in~ Wed Mar 10 22:14:48 1999
-+++ Makefile.in Sun Mar 21 18:19:16 1999
+--- Makefile.in.orig Wed Apr 14 18:28:16 1999
++++ Makefile.in Thu Apr 15 22:55:00 1999
@@ -12,7 +12,7 @@
# for gzip because otherwise the load on the web server
# grows without having big benefits.
@@ -8,14 +8,13 @@
+COMPRESSION ?= -DCOMPRESSION=1
# Dont change things beyond this line.
- TARGET = c2html
-@@ -40,7 +40,7 @@
+ TARGET = java2html
+@@ -43,7 +43,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)
+-CFLAGS += -O2 -Wall -pedantic
++CFLAGS ?= -O2 -Wall -pedantic
+ ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION)
all: $(TARGET)