diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-30 04:11:31 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-30 04:11:31 +0000 |
commit | b1571c6d1b5a408994f05a1170d5f4fc3e29133b (patch) | |
tree | a85d101db12feccecb9b5ceede03347ad3d86604 /nonworking | |
parent | f2c5af4f24a28d1496a09eefbfe74cda10ddde1a (diff) |
Add first pass configure.patch for screen, still a number of tests to be fixed.
BKrev: 3f790273Yxi0_QbLBkKWkM5bmrw4kA
Diffstat (limited to 'nonworking')
-rw-r--r-- | nonworking/screen/screen-3.9.15.oe | 8 | ||||
-rw-r--r-- | nonworking/screen/screen-3.9.15/configure.patch | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nonworking/screen/screen-3.9.15.oe b/nonworking/screen/screen-3.9.15.oe index e69de29bb2..1ac0c8027b 100644 --- a/nonworking/screen/screen-3.9.15.oe +++ b/nonworking/screen/screen-3.9.15.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${GNU_MIRROR}/screen/screen-3.9.15.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools diff --git a/nonworking/screen/screen-3.9.15/configure.patch b/nonworking/screen/screen-3.9.15/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/screen/screen-3.9.15/configure.patch |