diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-05 00:07:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-05 00:07:04 +0000 |
commit | bcf2a8d50ff0834fd00e60188a3bec92f91bc62b (patch) | |
tree | 0bf0b39cade8e564f6eb853a34cc01c2b1461b59 /graphics | |
parent | I forgot add the '/' on the end of MASTER_SITE, now fix. (diff) |
Fix tiff include path.
Notes
Notes:
svn path=/head/; revision=8995
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 ea320d9d1434..301deabd414b 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 |