diff --git a/tiff/tiff.spec b/tiff/tiff.spec index c8a9589833..1d4a5a1d9f 100644 --- a/tiff/tiff.spec +++ b/tiff/tiff.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: Graphics License: GPL Version: 3.6.0 -Release: 20031004 +Release: 20031006 # list of sources Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-v%{version}.tar.gz @@ -53,6 +53,9 @@ AutoReqProv: no %prep %setup -q -n tiff-v%{version} + %{l_shtool} subst \ + -e 's;ORIENTATION_BOTTOMLEFT;ORIENTATION_BOTLEFT;' \ + libtiff/tiffio.h %build CC="%{l_cc}" \