aboutsummaryrefslogtreecommitdiff
path: root/audio/last.fm
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-21 16:55:54 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-21 16:55:54 +0000
commitb590bf5f6815d1cf74777ed628277530c7fd7070 (patch)
treed3bc482daafbf3ff99c41a31569f5df0b14b7d79 /audio/last.fm
parent40d3970040bed287161ff0bf5f1fde0a888604e3 (diff)
downloadports-b590bf5f6815d1cf74777ed628277530c7fd7070.tar.gz
ports-b590bf5f6815d1cf74777ed628277530c7fd7070.zip
Notes
Diffstat (limited to 'audio/last.fm')
-rw-r--r--audio/last.fm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile
index 0a9d0042e643..0b42ca1fb871 100644
--- a/audio/last.fm/Makefile
+++ b/audio/last.fm/Makefile
@@ -42,7 +42,7 @@ USE_GCC=4.2+
post-patch:
${CP} ${WRKSRC}/dist/tarball_files/configure ${WRKSRC}/configure
- ${REINPLACE_CMD} -E -e 's|(.*"CONFIG-=debug")|\1 ${QMAKEFLAGS}|g' \
+ ${REINPLACE_CMD} -E -e 's|(.*"CONFIG-=debug")|\1 ${QMAKE_ARGS}|g' \
-e 's|function header|header()|g' \
-e 's|function middle|middle()|g' \
-e 's|-pthread|-pthread -R/usr/local/share/last.fm|g' \