1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/perl2html/files/patch-aa
Steve Price 7b5716ea0b Initial import of perl2html version 0.6.1.
A Perl source to HTML converter.

PR:		11907
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
1999-06-06 17:17:35 +00:00

21 lines
560 B
Plaintext

--- Makefile.in.orig Wed May 26 19:31:36 1999
+++ Makefile.in Thu May 27 21:54:22 1999
@@ -9,7 +9,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 = @PROJECT_NAME@
@@ -40,7 +40,7 @@
srcdir = @srcdir@
CPPFLAGS = @CPPFLAGS@
-CFLAGS += -O2 -Wall
+CFLAGS ?= -O2 -Wall
ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION)
all: $(TARGET)