blob: 895f196f36108ca307cadba51e023669f3847330 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
$FreeBSD$
--- config/params.def.orig
+++ config/params.def
@@ -975,7 +975,7 @@
-lSpatialObjectDEX \
-lStat \
-lSurfaceTest \
--lTIFF \
+-ltiff \
-lTargetDetection-CSU \
-lTopology \
-lTraits \
@@ -1023,7 +1023,7 @@
-lIUE-IF-Region \
-lDexTestIUE \
-lIUE-Unit \
--lTIFF
+-ltiff
#endif
#else
#define IueCCLdLibs /**/
@@ -1056,7 +1056,7 @@
#ifndef TiffCCLdLibs
#ifdef TiffLibDir
-#define TiffCCLdLibs -L$(TIFFLIBDIR) -lTIFF
+#define TiffCCLdLibs -L$(TIFFLIBDIR) -ltiff
#else
#define TiffCCLdLibs /**/
#endif
|