diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /x11-fonts/ttmkfdir/files | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'x11-fonts/ttmkfdir/files')
-rw-r--r-- | x11-fonts/ttmkfdir/files/patch-Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/x11-fonts/ttmkfdir/files/patch-Makefile b/x11-fonts/ttmkfdir/files/patch-Makefile index 64b1cfaa7e72..f763d0d3a871 100644 --- a/x11-fonts/ttmkfdir/files/patch-Makefile +++ b/x11-fonts/ttmkfdir/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Mar 14 15:03:49 2002 -+++ Makefile Sat Dec 6 23:57:59 2003 -@@ -1,25 +1,22 @@ +--- Makefile.orig Thu Mar 14 14:03:49 2002 ++++ Makefile Sun Jan 22 20:15:17 2006 +@@ -1,10 +1,7 @@ -FREETYPE_BASE=/usr/include/freetype2 -FREETYPE_INCL=-I$(FREETYPE_BASE)/. -FREETYPE_LIB=/usr/lib/libfreetype.so @@ -16,21 +16,8 @@ + +LDFLAGS+=$(FREETYPE_LIB) - .PHONY: clean - - all: ttmkfdir - - .cpp.o: -- libtool --mode=compile $(CXX) $(CXXFLAGS) -o $@ -c $^ -+ libtool13 --mode=compile $(CXX) $(CXXFLAGS) -o $@ -c $^ - - ttmkfdir: ttmkfdir.o directory.o commandline.o ttf.o encoding.o parser.o builtin.o -- libtool --mode=link $(CXX) -o $@ $^ $(LDFLAGS) -+ libtool13 --mode=link $(CXX) -o $@ $^ $(LDFLAGS) - +@@ -21,3 +18,3 @@ parser.cpp: encoding.l - flex -i -8 -o$@ $< + lex -i -8 -o$@ $< - clean: - -rm -f *.o *~ ttmkfdir core parser.cpp |