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