Commit 77d9ed24 authored by Thomas Gambier's avatar Thomas Gambier Committed by Thomas Gambier

component/screen: add patch for correct dependencies during compilation

parent 91852f73
......@@ -3,6 +3,7 @@ parts =
screen
extends =
../ncurses/buildout.cfg
../patch/buildout.cfg
../texinfo/buildout.cfg
[screen]
......@@ -11,7 +12,10 @@ shared = true
url = http://ftp.gnu.org/gnu/screen/screen-${:version}.tar.gz
version = 4.8.0
md5sum = d276213d3acd10339cd37848b8c4ab1e
patches =
${:_profile_base_location_}/dependencies.diff
patch-options = -p2
environment =
CFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
PATH=${texinfo:location}/bin:%(PATH)s
PATH=${patch:location}/bin:${texinfo:location}/bin:%(PATH)s
This diff is collapsed.
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