diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /audio/last.fm | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) |
Notes
Diffstat (limited to 'audio/last.fm')
-rw-r--r-- | audio/last.fm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index e86e4d9a9bfc..d721f6313ad3 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -37,6 +37,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|/usr/include/gpod|${LOCALBASE}/include/gpod| ; \ s|/usr/include/glib|${LOCALBASE}/include/glib| ; \ + s|/usr/lib/glib|${LOCALBASE}/lib/glib| ; \ s|linux|freebsd|' ${WRKSRC}/src/mediadevices/ipod/ipod.pro @${REINPLACE_CMD} -e \ 's|^RUNDIR.*|RUNDIR=${PREFIX}/lib/last.fm|' \ |