freebsd-ports/graphics/ivtools/files/patch-config_params.def
Simon L. B. Nielsen f663d9082e - Upgrade to 1.2.3.
- 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
2006-04-14 17:38:45 +00:00

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