diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-06 19:33:00 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-06 19:33:00 +0000 |
commit | f8f454d5af80c5cc4cf23dcf40f791beff5bdb35 (patch) | |
tree | 54317fbfbd93b563258e418d14aad5b143f53084 /bvi | |
parent | 21857d49d267ee23d2e3218c781cb7092babcd22 (diff) |
Compile fix for bvi due to ncurses header path issues (was expected redhatish).
BKrev: 3f81c36c-8Gzw8dDcQ-5fxNEbEd6_Q
Diffstat (limited to 'bvi')
-rw-r--r-- | bvi/bvi-1.3.1.oe | 9 | ||||
-rw-r--r-- | bvi/bvi-1.3.1/compile.patch | 0 |
2 files changed, 9 insertions, 0 deletions
diff --git a/bvi/bvi-1.3.1.oe b/bvi/bvi-1.3.1.oe index e69de29bb2..089dcc9594 100644 --- a/bvi/bvi-1.3.1.oe +++ b/bvi/bvi-1.3.1.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI = ${SOURCEFORGE_MIRROR}/bvi/bvi-1.3.1.src.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/compile.patch;patch=1 +S = ${WORKDIR}/${P} + +inherit autotools diff --git a/bvi/bvi-1.3.1/compile.patch b/bvi/bvi-1.3.1/compile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/bvi/bvi-1.3.1/compile.patch |