aboutsummaryrefslogtreecommitdiff
path: root/textproc/unrtf
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-10-28 19:59:32 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-10-28 19:59:32 +0000
commit29d643d45507a5d488e8b33638d70e21d3956475 (patch)
tree07474a1fafba4cd2ba6fcc7fd07be142bb15550c /textproc/unrtf
parent7779bb451067016ccf2b2d2dae375c30e825b8b2 (diff)
downloadports-29d643d45507a5d488e8b33638d70e21d3956475.tar.gz
ports-29d643d45507a5d488e8b33638d70e21d3956475.zip
Respect CC.
Notes
Notes: svn path=/head/; revision=69049
Diffstat (limited to 'textproc/unrtf')
-rw-r--r--textproc/unrtf/files/patch-Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/textproc/unrtf/files/patch-Makefile b/textproc/unrtf/files/patch-Makefile
index a9d6979c0c5b..500f2927661c 100644
--- a/textproc/unrtf/files/patch-Makefile
+++ b/textproc/unrtf/files/patch-Makefile
@@ -1,14 +1,19 @@
---- Makefile.orig Tue Mar 26 19:11:52 2002
-+++ Makefile Tue Mar 26 19:46:29 2002
-@@ -25,7 +25,7 @@
+
+$FreeBSD$
+
+--- Makefile.orig Wed Oct 3 06:45:59 2001
++++ Makefile Mon Oct 28 20:58:02 2002
+@@ -25,8 +25,8 @@
#
-CFLAGS=-g -Wall
+-CC=gcc
+#CFLAGS=-g -Wall
- CC=gcc
++#CC=gcc
OBJS=convert.o word.o error.o main.o hash.o \
+ parse.o malloc.o attr.o util.o \
@@ -57,6 +57,6 @@
rm -f ${OBJS}