diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:27:53 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:27:53 +0000 |
| commit | 43340257537df81de0763ae996c30da6f845a296 (patch) | |
| tree | a5423acbd3bb6b1d97b3936e2cfab543fdb3a99d /textproc/java2html/files | |
| parent | Update to version 1.5. (diff) | |
Update to version 0.6.1.
PR: 11897
Submitted by: maintainer
Diffstat (limited to 'textproc/java2html/files')
| -rw-r--r-- | textproc/java2html/files/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/java2html/files/patch-aa b/textproc/java2html/files/patch-aa index 3cd79b9e5d90..0e71a01edbc0 100644 --- a/textproc/java2html/files/patch-aa +++ b/textproc/java2html/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Apr 14 18:28:16 1999 -+++ Makefile.in Thu Apr 15 22:55:00 1999 -@@ -12,7 +12,7 @@ +--- Makefile.in.orig Mon May 24 14:33:08 1999 ++++ Makefile.in Wed May 26 12:20:22 1999 +@@ -9,7 +9,7 @@ # for gzip because otherwise the load on the web server # grows without having big benefits. # COMPRESSION = -DCOMPRESSION=4 @@ -8,13 +8,13 @@ +COMPRESSION ?= -DCOMPRESSION=1 # Dont change things beyond this line. - TARGET = java2html -@@ -43,7 +43,7 @@ + TARGET = @PROJECT_NAME@ +@@ -40,7 +40,7 @@ srcdir = @srcdir@ CPPFLAGS = @CPPFLAGS@ --CFLAGS += -O2 -Wall -pedantic -+CFLAGS ?= -O2 -Wall -pedantic +-CFLAGS += -O2 -Wall ++CFLAGS ?= -O2 -Wall ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) all: $(TARGET) |
