aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/Xfstt/files
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-03-31 21:40:26 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-03-31 21:40:26 +0000
commit7b64fa3bd2940424ca43143d473eab60a1b78aaf (patch)
tree41fec4ea8d08d510a038351e8749d0906120ca69 /x11-servers/Xfstt/files
parent6db349a3d69061352aef3682c79802493f3fb92a (diff)
downloadports-7b64fa3bd2940424ca43143d473eab60a1b78aaf.tar.gz
ports-7b64fa3bd2940424ca43143d473eab60a1b78aaf.zip
Notes
Diffstat (limited to 'x11-servers/Xfstt/files')
-rw-r--r--x11-servers/Xfstt/files/patch-aa9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-servers/Xfstt/files/patch-aa b/x11-servers/Xfstt/files/patch-aa
index 2ff414ce74d2..e004f5798459 100644
--- a/x11-servers/Xfstt/files/patch-aa
+++ b/x11-servers/Xfstt/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Oct 25 11:21:12 1998
-+++ Makefile Wed Dec 23 19:32:02 1998
+--- Makefile.orig Mon May 31 09:28:44 1999
++++ Makefile Fri Mar 17 17:42:37 2000
@@ -2,13 +2,13 @@
MISCOPT =
OPT = $(MISCOPT) $(MAXOPT)
@@ -7,7 +7,8 @@
-CFLAGS = $(OPT) -DMAGNIFY=0 -DNDEBUG
+#CFLAGS = $(OPT) -DMAGNIFY=0 -DNDEBUG
#CFLAGS = -fprofile-arcs -ftest-coverage -DMAGNIFY=0
- CFLAGS = -g -Wall -pedantic $(MISCOPT) -DMAGNIFY=0
+-CFLAGS = -g -Wall -pedantic $(MISCOPT) -DMAGNIFY=0
++CFLAGS += -g -Wall -pedantic $(MISCOPT) -DMAGNIFY=0
#CFLAGS = -O -Wall -pedantic -DDEBUG $(MISCOPT)
-LFLAGS = -L/usr/X11R6/lib -L/usr/openwin/lib/X11
@@ -17,7 +18,7 @@
CC = c++
LD = c++
-@@ -55,8 +55,8 @@
+@@ -56,8 +56,8 @@
$(LD) -o $@ $(OBJS) xfstt.o encoding.o $(LFLAGS) -lm
xfstt.o : xfstt.cpp xfstt.h ttf.h arch.h Makefile