View | Details | Raw Unified | Return to bug 11897
Collapse All | Expand All

(-)java2html.new/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
# $Id: Makefile,v 1.2 1999/05/04 22:40:30 steve Exp $
6
# $Id: Makefile,v 1.2 1999/05/04 22:40:30 steve Exp $
7
#
7
#
8
8
9
DISTNAME=		java2html-0.5
9
DISTNAME=		java2html-0.6.1
10
CATEGORIES=		textproc www
10
CATEGORIES=		textproc www
11
MASTER_SITES=		${MASTER_SITE_SUNSITE}
11
MASTER_SITES=		${MASTER_SITE_SUNSITE}
12
MASTER_SITE_SUBDIR=	apps/www/converters
12
MASTER_SITE_SUBDIR=	apps/www/converters
(-)java2html.new/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (java2html-0.5.tar.gz) = 044f8ea3aee287f7b66ce14a5a93bb31
1
MD5 (java2html-0.6.1.tar.gz) = 48dba1677190977cde171f6087e9d2f3
(-)java2html.new/patches/patch-aa (-7 / +7 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	Wed Apr 14 18:28:16 1999
1
--- Makefile.in.orig	Mon May 24 14:33:08 1999
2
+++ Makefile.in	Thu Apr 15 22:55:00 1999
2
+++ Makefile.in	Wed May 26 12:20:22 1999
3
@@ -12,7 +12,7 @@
3
@@ -9,7 +9,7 @@
4
 # for gzip because otherwise the load on the web server
4
 # for gzip because otherwise the load on the web server
5
 # grows without having big benefits.
5
 # grows without having big benefits.
6
 # COMPRESSION = -DCOMPRESSION=4
6
 # COMPRESSION = -DCOMPRESSION=4
Lines 8-20 Link Here
8
+COMPRESSION ?= -DCOMPRESSION=1
8
+COMPRESSION ?= -DCOMPRESSION=1
9
 
9
 
10
 # Dont change things beyond this line.
10
 # Dont change things beyond this line.
11
 TARGET          = java2html
11
 TARGET          = @PROJECT_NAME@
12
@@ -43,7 +43,7 @@
12
@@ -40,7 +40,7 @@
13
 srcdir          = @srcdir@
13
 srcdir          = @srcdir@
14
 CPPFLAGS        = @CPPFLAGS@
14
 CPPFLAGS        = @CPPFLAGS@
15
 
15
 
16
-CFLAGS += -O2 -Wall -pedantic
16
-CFLAGS += -O2 -Wall
17
+CFLAGS ?= -O2 -Wall -pedantic
17
+CFLAGS ?= -O2 -Wall
18
 ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) 
18
 ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) 
19
 
19
 
20
 all: $(TARGET)
20
 all: $(TARGET)

Return to bug 11897