From 33cbecaa892fc70865752f960d5c55b1d178d7e5 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 3 Oct 2004 20:33:40 +0000 Subject: snes9x build fixes BKrev: 41606224B_1QbMSP4lUOjuk75-BYWA --- snes9x/snes9x/private.patch | 0 snes9x/snes9x_1.43-WIP1.oe | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 snes9x/snes9x/private.patch (limited to 'snes9x') diff --git a/snes9x/snes9x/private.patch b/snes9x/snes9x/private.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/snes9x/snes9x_1.43-WIP1.oe b/snes9x/snes9x_1.43-WIP1.oe index e69de29bb2..fe79aa90dc 100644 --- a/snes9x/snes9x_1.43-WIP1.oe +++ b/snes9x/snes9x_1.43-WIP1.oe @@ -0,0 +1,22 @@ +DEPENDS = "libxxf86dga libxxf86vm" + +SRC_URI = "http://www.lysator.liu.se/snes9x/1.43-WIP1/snes9x-1.43-WIP1-src.tar.gz \ + file://makefile.patch;patch=1;pnum=2 \ + file://private.patch;patch=1;pnum=0" + +S = "${WORKDIR}/snes9x-1.43-dev-src/snes9x" + +inherit autotools + +export OECFLAGS="${CFLAGS}" +export OELDFLAGS="${LDFLAGS}" + +do_configure() { + oe_runconf +} + +do_install() { + install -d ${D}${bindir} + install snes9x ${D}${bindir} +} + -- cgit v1.2.3