From: Michael Lauer Date: Sun, 16 May 2004 18:59:00 +0000 (+0000) Subject: fix sidplayer to compile with gcc 3.4 X-Git-Tag: Release-2010-05/1~19120 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=538346b813abc14185dd287f6b082d4744f56a20;p=openembedded.git fix sidplayer to compile with gcc 3.4 BKrev: 40a7b9f4nHriawDYo8I31rZerIzwsA --- 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