From 538346b813abc14185dd287f6b082d4744f56a20 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 16 May 2004 18:59:00 +0000 Subject: [PATCH] fix sidplayer to compile with gcc 3.4 BKrev: 40a7b9f4nHriawDYo8I31rZerIzwsA --- sidplayer/sidplayer-1.5.0/gcc34.patch | 0 sidplayer/sidplayer_1.5.0.oe | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 sidplayer/sidplayer-1.5.0/gcc34.patch diff --git a/sidplayer/sidplayer-1.5.0/gcc34.patch b/sidplayer/sidplayer-1.5.0/gcc34.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/sidplayer/sidplayer_1.5.0.oe b/sidplayer/sidplayer_1.5.0.oe index 124d5d7add..065277dcbf 100644 --- a/sidplayer/sidplayer_1.5.0.oe +++ b/sidplayer/sidplayer_1.5.0.oe @@ -3,12 +3,14 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " LICENSE = "GPL" -DEPENDS = "virtual/libc libsidplay" +DEPENDS = "libsidplay" -SRC_URI = "http://sidplayer.sourceforge.net/sidplayer.tar.gz \ +SRC_URI = "http://sidplayer.sourceforge.net/sidplayer.tar.gz \ file://${FILESDIR}/use-external-libsidplay.patch;patch=1 \ - file://${FILESDIR}/gcc3.patch;patch=1" + file://${FILESDIR}/gcc3.patch;patch=1 \ + file://${FILESDIR}/gcc34.patch;patch=1" S = "${WORKDIR}/sidplayer" + EXTRA_QMAKEVARS_PRE = "QMAKE_INCDIR=${STAGING_INCDIR}/sidplay" inherit palmtop -- 2.39.5