diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2012-12-10 11:06:14 +0000 |
commit | 13541a38cad825ec7932b2044ced4995ca298d8f (patch) | |
tree | 802438cb64e9afcf8ab907cb2adb3512d2fbf786 /audio/last.fm/files/patch-LastFM.pro | |
parent | Extend the options framework providing 2 new macros: (diff) |
Update to 1.5.4.26862
Tested by: Rainer Hurling <rhurlin@gwdg.de>,
ajtiM <lumiwa@gmail.com>
Notes
Notes:
svn path=/head/; revision=308599
Diffstat (limited to 'audio/last.fm/files/patch-LastFM.pro')
-rw-r--r-- | audio/last.fm/files/patch-LastFM.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/last.fm/files/patch-LastFM.pro b/audio/last.fm/files/patch-LastFM.pro new file mode 100644 index 000000000000..519abaf586e0 --- /dev/null +++ b/audio/last.fm/files/patch-LastFM.pro @@ -0,0 +1,11 @@ +--- LastFM.pro.orig 2012-12-02 14:23:24.000000000 +0100 ++++ LastFM.pro 2012-12-02 14:23:37.000000000 +0100 +@@ -37,7 +37,7 @@ + SUBDIRS -= src/mediadevices/ipod + } + +-linux* { ++unix:!mac* { + SUBDIRS -= src/Twiddly \ + src/Bootstrapper/ITunesDevice + |