diff options
author | steve <steve@FreeBSD.org> | 1998-07-20 11:36:09 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-20 11:36:09 +0800 |
commit | adc3aa9ddb745b5c6abed314a16cf96a2e4da67d (patch) | |
tree | c8c1920af6698f67cd59e6097cf7d7ee16c89971 /japanese/dvi2ps/files | |
parent | a824424cd5ffe8c88682c727f631adc0bbf035bb (diff) | |
download | freebsd-ports-gnome-adc3aa9ddb745b5c6abed314a16cf96a2e4da67d.tar.gz freebsd-ports-gnome-adc3aa9ddb745b5c6abed314a16cf96a2e4da67d.tar.zst freebsd-ports-gnome-adc3aa9ddb745b5c6abed314a16cf96a2e4da67d.zip |
Update to use the new VFlib port.
PR: 7292 (4 of 4)
Submitted by: maintainer
Diffstat (limited to 'japanese/dvi2ps/files')
-rw-r--r-- | japanese/dvi2ps/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/dvi2ps/files/patch-aa b/japanese/dvi2ps/files/patch-aa index 6594d301b496..9a7367bd7c1d 100644 --- a/japanese/dvi2ps/files/patch-aa +++ b/japanese/dvi2ps/files/patch-aa @@ -42,7 +42,7 @@ # 1) libVFlib.a and VF.h are installed in the standard directory #VFLIB = -lVFlib # 2) libVFlib.a and VF.h are installed in the non-standard directory -! VFLIB = -L${PREFIX}/lib -lVFlib +! VFLIB = -L${PREFIX}/lib -lVFlib2 -lttf ! VFLIBINC = -I${PREFIX}/include # 3) use VFlib.a and VF.h in the source directory of VFlib ! #VFLIBSRCDIR = ../VFlib-2.22/src |