diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 14:53:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 14:53:44 +0000 |
commit | 7d3c8440d842373f19bfae106d797160bd2e7966 (patch) | |
tree | 5597a9ef23c034a19c4de1a7b05ea78dcc36cc99 /japanese/dvi2ps | |
parent | 5d80a9ed92f8f987aff488a84733207e1c40f66a (diff) | |
download | ports-7d3c8440d842373f19bfae106d797160bd2e7966.tar.gz ports-7d3c8440d842373f19bfae106d797160bd2e7966.zip |
Notes
Diffstat (limited to 'japanese/dvi2ps')
-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 + |