aboutsummaryrefslogtreecommitdiff
path: root/textproc/perl2html/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 17:17:35 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 17:17:35 +0000
commit7b5716ea0ba777a2d2f8a83aa9487f7f7f8fd684 (patch)
treeaa37e189b024fe1b809384656509aef14c384ab2 /textproc/perl2html/files
parentf90dfc50e8a59815abc9e72b011d13046c832419 (diff)
downloadports-7b5716ea0ba777a2d2f8a83aa9487f7f7f8fd684.tar.gz
ports-7b5716ea0ba777a2d2f8a83aa9487f7f7f8fd684.zip
Notes
Diffstat (limited to 'textproc/perl2html/files')
-rw-r--r--textproc/perl2html/files/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/perl2html/files/patch-aa b/textproc/perl2html/files/patch-aa
new file mode 100644
index 000000000000..3da005399ff4
--- /dev/null
+++ b/textproc/perl2html/files/patch-aa
@@ -0,0 +1,20 @@
+--- 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)