Remove the no longer necessary expat buildsystem patch.
authorChris Larson <clarson@kergoth.com>
Mon, 6 Oct 2003 19:33:46 +0000 (19:33 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 6 Oct 2003 19:33:46 +0000 (19:33 +0000)
BKrev: 3f81c39amEBzh7gPfYN24AD-wd8g8A

expat/expat-1.95.6.oe
expat/expat-1.95.6/buildsystem.patch [deleted file]
ncurses/ncurses-5.3.oe

index 0783371..99e43f2 100644 (file)
@@ -2,8 +2,7 @@ DESCRIPTION = Jim Clarkes XML parser library.
 DEPENDS = virtual/libc
 RDEPENDS = libc6
 
-SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
-         file://${FILESDIR}/buildsystem.patch;patch=1
+SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz
 S = "${WORKDIR}/${P}"
 
 inherit autotools libtool
diff --git a/expat/expat-1.95.6/buildsystem.patch b/expat/expat-1.95.6/buildsystem.patch
deleted file mode 100644 (file)
index e69de29..0000000
index b937f69..1d9ab44 100644 (file)
@@ -34,14 +34,11 @@ do_compile () {
 
 do_stage () {
        install -m 0755 lib/lib*.so.* ${STAGING_LIBDIR}/
-       install -d ${STAGING_DIR}/target/include/ncurses
        for h in ncurses_*.h curses.h eti.h form.h menu.h panel.h \
                termcap.h term.h unctrl.h; do
-                      install -m 0644 include/$h ${STAGING_DIR}/target/include/ncurses/
-                      ln -sf ncurses/$h ${STAGING_DIR}/target/include/$h
+                      install -m 0644 include/$h ${STAGING_DIR}/target/include/
        done
-       ln -sf curses.h ${STAGING_DIR}/target/include/ncurses/ncurses.h
-       ln -sf ncurses/curses.h ${STAGING_DIR}/target/include/ncurses.h
+       ln -sf curses.h ${STAGING_DIR}/target/include/ncurses.h
        ln -sf libpanel.so.5.3 ${STAGING_LIBDIR}/libpanel.so
        ln -sf libform.so.5.3 ${STAGING_LIBDIR}/libform.so
        ln -sf libmenu.so.5.3 ${STAGING_LIBDIR}/libmenu.so