Commit cfb276af authored by Lucas Carvalho's avatar Lucas Carvalho

This patch fix an issue which happens under Fedora 13, which during the iulib...

This patch fix an issue which happens under Fedora 13, which during the iulib compilation it does not find libtiff-devel even if you have it installed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37719 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 30f0ad49
......@@ -21,10 +21,20 @@ patch-options = -p1
environment =
LDFLAGS =
[iulib-patch-scons]
recipe = hexagonit.recipe.download
download-only = true
filename = iulib.SConstruct-local-installation.patch
url = http://www.nexedi.org/static/patches/${:filename}
md5sum = dbbdf909814fb84ffe47e2ff59980db7
[iulib]
recipe = hexagonit.recipe.cmmi
url = http://www.nexedi.org/static/packages/source/ocropus/iulib-0.4.4.tar.gz
md5sum = 3d9754dbd64c56029ce1cd7c2f61894c
# workaround http://code.google.com/p/iulib/issues/detail?id=27
patches = ${iulib-patch-scons:location}/${iulib-patch-scons:filename}
patch-options = -p1
[requirements]
development =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment