diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 22:53:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 22:53:44 +0800 |
commit | 54fbd4fbdc7327789cc0f34667b90cd8b3b5ce55 (patch) | |
tree | 877c54ef4469410c2574e5f3fb66308fef2ac89d /japanese | |
parent | 7c4374a28118c19219d713f49b388dbc55e9dc7b (diff) | |
download | freebsd-ports-gnome-54fbd4fbdc7327789cc0f34667b90cd8b3b5ce55.tar.gz freebsd-ports-gnome-54fbd4fbdc7327789cc0f34667b90cd8b3b5ce55.tar.zst freebsd-ports-gnome-54fbd4fbdc7327789cc0f34667b90cd8b3b5ce55.zip |
Fix breakage cause by recent freetype overhaul.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/dvi2ps/files/patch-aa | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/japanese/dvi2ps/files/patch-aa b/japanese/dvi2ps/files/patch-aa index ef2d71695512..5714433c04ad 100644 --- a/japanese/dvi2ps/files/patch-aa +++ b/japanese/dvi2ps/files/patch-aa @@ -1,5 +1,8 @@ ---- Makefile.orig Thu May 10 23:44:24 2001 -+++ Makefile Thu May 10 23:47:47 2001 + +$FreeBSD$ + +--- Makefile.orig Mon Sep 11 12:16:11 2000 ++++ Makefile Mon Mar 18 16:52:37 2002 @@ -2,7 +2,7 @@ # your site: # @@ -9,3 +12,12 @@ # where dvi2ps is installed BINAREA=${PREFIX}/bin # +@@ -46,7 +46,7 @@ + # FREETYPE -- FTLIB, FTINC + # VFLIB -- FTLIB, FTINC, VFLIB, VFLIBINC + FTLIB = -L${PREFIX}/lib -lttf +-FTINC = -I${PREFIX}/include/freetype ++FTINC = -I${PREFIX}/include/freetype1/freetype + VFLIB = -L${PREFIX}/lib -lVFlib2 + VFLIBINC = -I${PREFIX}/include + |