aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-10-29 03:59:32 +0800
committernaddy <naddy@FreeBSD.org>2002-10-29 03:59:32 +0800
commitc521352b8eb09b9dce977a8e0a196a6d07ae664b (patch)
tree8d0c301d18e2dfca1438e25ddbeee50d4efd22ad /textproc
parent9ac671fbc27310f59561471e99c9f0f6a9095867 (diff)
downloadfreebsd-ports-gnome-c521352b8eb09b9dce977a8e0a196a6d07ae664b.tar.gz
freebsd-ports-gnome-c521352b8eb09b9dce977a8e0a196a6d07ae664b.tar.zst
freebsd-ports-gnome-c521352b8eb09b9dce977a8e0a196a6d07ae664b.zip
Respect CC.
Diffstat (limited to 'textproc')
-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}