summaryrefslogtreecommitdiff
path: root/x11-fonts
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 /x11-fonts
parentInstall includes into ${PREFIX}/include/freetype1/freetype instead of (diff)
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 'x11-fonts')
-rw-r--r--x11-fonts/ttmkfdir/Makefile2
-rw-r--r--x11-fonts/xmbdfed/files/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/ttmkfdir/Makefile b/x11-fonts/ttmkfdir/Makefile
index c87d20e1a0ec..f6d0b8b82ef8 100644
--- a/x11-fonts/ttmkfdir/Makefile
+++ b/x11-fonts/ttmkfdir/Makefile
@@ -18,7 +18,7 @@ USE_X_PREFIX= yes
USE_FREETYPE= yes
do-build:
- cd ${WRKSRC}; ${CC} ${CFLAGS} -I${LOCALBASE}/include/freetype \
+ cd ${WRKSRC}; ${CC} ${CFLAGS} -I${LOCALBASE}/include/freetype1/freetype \
ttmkfdir.c -o ttmkfdir -L${LOCALBASE}/lib -lttf
do-install:
diff --git a/x11-fonts/xmbdfed/files/patch-aa b/x11-fonts/xmbdfed/files/patch-aa
index 4fe57b110448..0d4143648db4 100644
--- a/x11-fonts/xmbdfed/files/patch-aa
+++ b/x11-fonts/xmbdfed/files/patch-aa
@@ -18,7 +18,7 @@
-#FTYPE_INCS = -I/usr/local/include
-#FTYPE_LIBS = -L/user/local/lib -lttf
-#FTYPE_DEFS = -DHAVE_FREETYPE
-+FTYPE_INCS = -I${LOCALBASE}/include/freetype
++FTYPE_INCS = -I${LOCALBASE}/include/freetype1/freetype
+FTYPE_LIBS = -L${LOCALBASE}/lib -lttf
+FTYPE_DEFS = -DHAVE_FREETYPE