From bd8aa8f138edd27e35c5c9ac031038feaa67bb44 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Mon, 24 Sep 2007 21:52:13 +0000 Subject: [PATCH] Unbreak. --- audio/last.fm/Makefile | 1 - .../files/patch-src_LastFMHelper-controlinterface.h | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 audio/last.fm/files/patch-src_LastFMHelper-controlinterface.h diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index 4f509aac4e7f..7b7ac8526959 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -30,7 +30,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include .if ${ARCH} == "amd64" -BROKEN= Does not compile USE_GCC=4.2+ .endif diff --git a/audio/last.fm/files/patch-src_LastFMHelper-controlinterface.h b/audio/last.fm/files/patch-src_LastFMHelper-controlinterface.h new file mode 100644 index 000000000000..bf6952d5b72e --- /dev/null +++ b/audio/last.fm/files/patch-src_LastFMHelper-controlinterface.h @@ -0,0 +1,10 @@ +--- src/LastFMHelper/controlinterface.h.orig 2007-09-24 23:41:54.000000000 +0200 ++++ src/LastFMHelper/controlinterface.h 2007-09-24 23:42:01.000000000 +0200 +@@ -24,6 +24,7 @@ + + #include + #include ++#include + + class ControlInterface : public QObject + {