File liblastfm_qmake.patch of Package liblastfm
diff -uNr mxcl-liblastfm-1c739eb.orig/src/fingerprint/fingerprint.pro mxcl-liblastfm-1c739eb/src/fingerprint/fingerprint.pro
--- mxcl-liblastfm-1c739eb.orig/src/fingerprint/fingerprint.pro 2010-09-25 10:30:00.000000000 +0300
+++ mxcl-liblastfm-1c739eb/src/fingerprint/fingerprint.pro 2011-05-23 22:33:10.090000095 +0300
@@ -6,7 +6,7 @@
DEFINES += LASTFM_OHAI_QMAKE
INSTALLS = target
-target.path = /lib
+target.path = /$$(LIB)
mac:CONFIG( app_bundle ) {
LIBS += libfftw3f.a libsamplerate.a -L/opt/local/include
diff -uNr mxcl-liblastfm-1c739eb.orig/src/lastfm.pro mxcl-liblastfm-1c739eb/src/lastfm.pro
--- mxcl-liblastfm-1c739eb.orig/src/lastfm.pro 2010-09-25 10:30:00.000000000 +0300
+++ mxcl-liblastfm-1c739eb/src/lastfm.pro 2011-05-23 22:32:38.683000089 +0300
@@ -3,7 +3,7 @@
include( _files.qmake )
INSTALLS = target
-target.path = /lib
+target.path = /$$(LIB)
win32{
DEFINES += LASTFM_OHAI_QMAKE _ATL_DLL