Browse Source

Fix this nonexisting definition locally until a corrected tiff version is released

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
d52748cddf
  1. 5
      tiff/tiff.spec

5
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}" \

Loading…
Cancel
Save