diff options
author | R. Imura <imura@FreeBSD.org> | 2000-01-14 19:11:20 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-01-14 19:11:20 +0000 |
commit | cefd155650b17c3cf1e429490ff8e8daadbb85e9 (patch) | |
tree | b8014f6b35fe923316ad488799947d6c659e9029 /x11-fonts/xmbdfed/files/patch-aa | |
parent | 7f4fb1f37f372f365f48001cefe1690ea8b3945a (diff) | |
download | ports-cefd155650b17c3cf1e429490ff8e8daadbb85e9.tar.gz ports-cefd155650b17c3cf1e429490ff8e8daadbb85e9.zip |
Notes
Diffstat (limited to 'x11-fonts/xmbdfed/files/patch-aa')
-rw-r--r-- | x11-fonts/xmbdfed/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/xmbdfed/files/patch-aa b/x11-fonts/xmbdfed/files/patch-aa index d7b2e065bd8f..ee07cb19e561 100644 --- a/x11-fonts/xmbdfed/files/patch-aa +++ b/x11-fonts/xmbdfed/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon May 3 19:17:50 1999 -+++ Makefile Mon Nov 1 13:41:33 1999 +--- Makefile.orig Tue May 4 02:17:50 1999 ++++ Makefile Thu Jan 6 23:55:37 2000 @@ -23,8 +23,8 @@ # # $Id: Makefile,v 1.8 1999/05/03 17:17:50 mleisher Exp $ @@ -19,7 +19,7 @@ -#FTYPE_LIBS = -L/user/local/lib -lttf -#FTYPE_DEFS = -DHAVE_FREETYPE +.if defined(USE_FREETYPE) -+FTYPE_INCS = -I${LOCALBASE}/include ++FTYPE_INCS = -I${LOCALBASE}/include/freetype +FTYPE_LIBS = -L${LOCALBASE}/lib -lttf +FTYPE_DEFS = -DHAVE_FREETYPE +.endif |