f663d9082e
- Use external libtiff. - Unmark FORBIDDEN. - Unmark BROKEN since it seems to work on FreeBSD 6.X+ and !i386 now (at least the platforms I could test). Initial upgrade work by: fenner
32 lines
526 B
Modula-2
32 lines
526 B
Modula-2
|
|
$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
|