diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-01 05:40:26 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-01 05:40:26 +0800 |
commit | 22c38826470903058dc6f6482fbf628dda622303 (patch) | |
tree | e6e2a272351bdfed9b4bc3067c674e1e8e909dbb /x11-servers/Xfstt/files | |
parent | 21ef41f827f7f2b15f510bac4eee1aa8cbfd5cf6 (diff) | |
download | freebsd-ports-gnome-22c38826470903058dc6f6482fbf628dda622303.tar.gz freebsd-ports-gnome-22c38826470903058dc6f6482fbf628dda622303.tar.zst freebsd-ports-gnome-22c38826470903058dc6f6482fbf628dda622303.zip |
update to 1.1
PR: 17440
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11-servers/Xfstt/files')
-rw-r--r-- | x11-servers/Xfstt/files/patch-aa | 9 |
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 |