aboutsummaryrefslogtreecommitdiff
path: root/devel/templ/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/templ/files/patch-aa')
-rw-r--r--devel/templ/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/templ/files/patch-aa b/devel/templ/files/patch-aa
new file mode 100644
index 000000000000..8c4ac546b2b1
--- /dev/null
+++ b/devel/templ/files/patch-aa
@@ -0,0 +1,18 @@
+--- Makefile.orig Wed Jun 16 22:27:02 1999
++++ Makefile Wed Jun 23 12:48:55 1999
+@@ -20,12 +20,12 @@
+ #
+
+ #CC = cc
+-CC = gcc
++CC ?= gcc
+ MAN1 = README
+ # If you want to show only default color , remove "-DANSI_COLOR"
+-CFLAG = -g -DANSI_COLOR
++CFLAG = ${CFLAGS} -DANSI_COLOR
+ PROG = templ
+-DESTDIR = /usr/local
++DESTDIR = ${PREFIX}
+ TEMPLS = t.c t.cc t.css t.html t.makefile t.pl t.pmakefile t.py t.sh t.txt t.sgml
+ TEMPLDIR = ${DESTDIR}/share/templates
+ RM = rm -f