diff options
author | asami <asami@FreeBSD.org> | 1997-12-05 08:07:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-05 08:07:04 +0800 |
commit | 8b2ddc261324a16d3204163e1eafafe8bea6173c (patch) | |
tree | a46aea5f860aab0227244ddb987dbc6f735d2897 /graphics | |
parent | 800b7445234e64a6dedfe3f6945e8694fc68b282 (diff) | |
download | freebsd-ports-graphics-8b2ddc261324a16d3204163e1eafafe8bea6173c.tar.gz freebsd-ports-graphics-8b2ddc261324a16d3204163e1eafafe8bea6173c.tar.zst freebsd-ports-graphics-8b2ddc261324a16d3204163e1eafafe8bea6173c.zip |
Fix tiff include path.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/urt/files/patch-aa b/graphics/urt/files/patch-aa index ea320d9d143..301deabd414 100644 --- a/graphics/urt/files/patch-aa +++ b/graphics/urt/files/patch-aa @@ -124,7 +124,7 @@ diff -ur ../urt-3.1b-orig/config/urt ./config/urt -INCTIFF = -I$(TIFFDIR) -LIBTIFF = $(TIFFDIR)/libtiff.a +##defpath TIFFDIR -+INCTIFF = -I/usr/local/include ++INCTIFF = -I/usr/local/include/tiff +LIBTIFF = -L/usr/local/lib -ltiff #endif |