OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Oct-2004 09:56:35
Branch: HEAD Handle: 2004102208563500
Modified files:
openpkg-src/tiff tiff.spec
Log:
grrrr.... the author seems to be an Autoconf newbie: both --enable and
--disable options effectively _disable_ the feature. So if we want to
enable something we have to completely leave out the option :-(
Summary:
Revision Changes Path
1.37 +1 -10 openpkg-src/tiff/tiff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tiff/tiff.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 tiff.spec
--- openpkg-src/tiff/tiff.spec 16 Oct 2004 13:47:07 -0000 1.36
+++ openpkg-src/tiff/tiff.spec 22 Oct 2004 07:56:35 -0000 1.37
@@ -34,7 +34,7 @@
Group: Graphics
License: GPL
Version: 3.7.0
-Release: 20041016
+Release: 20041022
# list of sources
Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
@@ -74,15 +74,6 @@
--includedir=%{l_prefix}/include/tiff \
--disable-shared \
--enable-static \
- --enable-ccitt \
- --enable-packbits \
- --enable-lzw \
- --enable-thunder \
- --enable-next \
- --enable-logluv \
- --enable-zlib \
- --enable-pixarlog \
- --enable-jpeg \
--with-zlib-include-dir=%{l_prefix}/include \
--with-zlib-lib-dir=%{l_prefix}/lib \
--with-jpeg-include-dir=%{l_prefix}/include \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]