mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d57d33c655
Approved by: asami
14 lines
456 B
Plaintext
14 lines
456 B
Plaintext
--- Local.config.orig Mon Nov 23 23:09:51 1998
|
|
+++ Local.config Mon Nov 23 23:10:04 1998
|
|
@@ -142,8 +142,8 @@
|
|
|
|
#if defined(FreeBSDArchitecture)
|
|
ARCH_DEFINES = -DHAVE_PARAM_H
|
|
-TIFF_INCLUDE = -I/usr/local/include/tiff34
|
|
-TIFF_LIB = -L/usr/local/lib -ltiff34
|
|
+TIFF_INCLUDE = -I/usr/local/include
|
|
+TIFF_LIB = -L/usr/local/lib -ltiff
|
|
JPEG_INCLUDE = -I/usr/local/include
|
|
JPEG_LIB = -L/usr/local/lib -ljpeg
|
|
XPM_INCLUDE = -I/usr/X11R6/include/X11
|