diff options
author | arved <arved@FreeBSD.org> | 2011-08-28 23:40:37 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-08-28 23:40:37 +0800 |
commit | 01fd5a9b1282d16deb1ee0b8ed39c40736fa6e94 (patch) | |
tree | f4c8d5f7094694f2add728e3d936362bc21ffdbd /audio/last.fm | |
parent | 0fe29d196946efa1d4771e970f299ae5ffa33b44 (diff) | |
download | freebsd-ports-gnome-01fd5a9b1282d16deb1ee0b8ed39c40736fa6e94.tar.gz freebsd-ports-gnome-01fd5a9b1282d16deb1ee0b8ed39c40736fa6e94.tar.zst freebsd-ports-gnome-01fd5a9b1282d16deb1ee0b8ed39c40736fa6e94.zip |
Add a patch to make compile with clang get further
PR: 159727
Submitted by: Norberto Lopes <nlopes.ml@gmail.com>
Diffstat (limited to 'audio/last.fm')
-rw-r--r-- | audio/last.fm/files/patch-src-libUnicorn-Settings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/last.fm/files/patch-src-libUnicorn-Settings.h b/audio/last.fm/files/patch-src-libUnicorn-Settings.h new file mode 100644 index 000000000000..76717ae8d82f --- /dev/null +++ b/audio/last.fm/files/patch-src-libUnicorn-Settings.h @@ -0,0 +1,11 @@ +--- src/libUnicorn/Settings.h.orig 2011-08-28 17:30:32.000000000 +0200 ++++ src/libUnicorn/Settings.h 2011-08-28 17:31:03.000000000 +0200 +@@ -105,7 +105,7 @@ + public: + MyQSettings( const UserSettings* const s ) + { +- beginGroup( s->username() ); ++ T::beginGroup( s->username() ); + } + }; + |