[61415] trunk/dports/graphics/tiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 10 15:01:44 PST 2009


Revision: 61415
          http://trac.macports.org/changeset/61415
Author:   ryandesign at macports.org
Date:     2009-12-10 15:01:43 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
tiff: do not opportunistically link with jbig; see #22841

Modified Paths:
--------------
    trunk/dports/graphics/tiff/Portfile

Modified: trunk/dports/graphics/tiff/Portfile
===================================================================
--- trunk/dports/graphics/tiff/Portfile	2009-12-10 22:13:53 UTC (rev 61414)
+++ trunk/dports/graphics/tiff/Portfile	2009-12-10 23:01:43 UTC (rev 61415)
@@ -7,7 +7,7 @@
 
 name		tiff
 version		3.9.2
-revision    1
+revision	2
 categories	graphics
 maintainers	waqar
 description	Library and tools for dealing with Tag Image File Format
@@ -42,7 +42,8 @@
 test.run        yes
 test.target     check
 
-configure.args	--mandir=${prefix}/share/man \
+configure.args	--disable-jbig \
+		--mandir=${prefix}/share/man \
                 --with-docdir=${prefix}/share/doc/${name}-${version} \
 		--with-jpeg-include-dir=${prefix}/include \
 		--with-jpeg-lib-dir=${prefix}/lib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091210/6730ba73/attachment-0001.html>


More information about the macports-changes mailing list