aboutsummaryrefslogtreecommitdiff
path: root/chinese/ttfm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
commitd8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch)
tree520ef2a8e4549307b131d4654e216085fce34be7 /chinese/ttfm
parent900ab41eb466f4dfa5b3ce47c110a153237a1ffc (diff)
downloadports-d8543839e68b75223c5d597d6d47b9c2a28d56c1.tar.gz
ports-d8543839e68b75223c5d597d6d47b9c2a28d56c1.zip
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes
Notes: svn path=/head/; revision=56069
Diffstat (limited to 'chinese/ttfm')
-rw-r--r--chinese/ttfm/files/patch-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/chinese/ttfm/files/patch-Makefile b/chinese/ttfm/files/patch-Makefile
new file mode 100644
index 000000000000..9e4188b881ce
--- /dev/null
+++ b/chinese/ttfm/files/patch-Makefile
@@ -0,0 +1,12 @@
+
+$FreeBSD$
+
+--- Makefile 2002/03/14 07:35:10 1.1
++++ Makefile 2002/03/14 07:35:23
+@@ -1,5 +1,5 @@
+ FREETYPE_BASE=/usr/local
+-FREETYPE_INCL=$(FREETYPE_BASE)/include
++FREETYPE_INCL=$(FREETYPE_BASE)/include/freetype1
+ FREETYPE_LIB=$(FREETYPE_BASE)/lib
+ prefix=/usr
+