OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 11-Jan-2006 19:31:25 Branch: HEAD Handle: 2006011118312500 Modified files: openpkg-src/tiff tiff.spec Log: fix a syntax error to get this package building again Summary: Revision Changes Path 1.51 +2 -1 openpkg-src/tiff/tiff.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/tiff/tiff.spec ============================================================================ $ cvs diff -u -r1.50 -r1.51 tiff.spec --- openpkg-src/tiff/tiff.spec 1 Jan 2006 13:23:17 -0000 1.50 +++ openpkg-src/tiff/tiff.spec 11 Jan 2006 18:31:25 -0000 1.51 @@ -33,7 +33,7 @@ Group: Graphics License: GPL Version: 3.8.0 -Release: 20051230 +Release: 20060111 # package options %option with_cxx no @@ -70,6 +70,7 @@ %prep %setup -q %{l_shtool} subst \ + -e 's;== "x";= "x";' \ -e 's;enable_c++;enable_cxx;' \ -e 's;\[^-_$as_cr_alnum];[^+-_$as_cr_alnum];' \ -e 's;\(echo \$ac_feature | sed \)\(.\)\([^\`]*\);\1\2\3 | sed \2s/+/x/g\2;g' \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org