diff options
author | tg <tg@FreeBSD.org> | 1997-12-01 08:08:03 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-01 08:08:03 +0000 |
commit | 67386f24ff7e09516e578ebea4688ddb5298b655 (patch) | |
tree | 2e25aa76b20068619b90af15c6facf4e9578f5e6 /graphics/xv/files | |
parent | 755090ba9a905872ebf627ba3d19782da84e4188 (diff) | |
download | FreeBSD-ports-67386f24ff7e09516e578ebea4688ddb5298b655.zip FreeBSD-ports-67386f24ff7e09516e578ebea4688ddb5298b655.tar.gz |
Upgrade to use tiff34.
Diffstat (limited to 'graphics/xv/files')
-rw-r--r-- | graphics/xv/files/patch-ad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad index bdfa852..9013389 100644 --- a/graphics/xv/files/patch-ad +++ b/graphics/xv/files/patch-ad @@ -42,8 +42,8 @@ +#ifdef UseInstalledTiff +TIFF = -DDOTIFF -+LIBTIFF = -L/usr/local/lib -ltiff -+TIFFINCLUDE = -I/usr/local/include ++LIBTIFF = -L/usr/local/lib -ltiff34 ++TIFFINCLUDE = -I/usr/local/include/tiff34 +#endif + #ifdef HavePDS |