mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add a patch to make compile with clang get further
PR: 159727 Submitted by: Norberto Lopes <nlopes.ml@gmail.com>
This commit is contained in:
parent
101a9237ad
commit
4867275e36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280629
1 changed files with 11 additions and 0 deletions
11
audio/last.fm/files/patch-src-libUnicorn-Settings.h
Normal file
11
audio/last.fm/files/patch-src-libUnicorn-Settings.h
Normal file
|
@ -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() );
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue