diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 19:22:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 19:22:52 +0000 |
commit | 61ec1f9e4bd4843006ee774864a2e21eb2f190df (patch) | |
tree | f4c8d72b39b41c03901e8019f53334e3f4f718b0 /audio/scrobbler/Makefile | |
parent | 7a83c95bd54228c6c6557175cbaea8eb93500187 (diff) |
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=188686
Diffstat (limited to 'audio/scrobbler/Makefile')
-rw-r--r-- | audio/scrobbler/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index 4fe73d9a07d7..2389c13cef0c 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -60,8 +60,11 @@ CONFIGURE_ARGS+= --enable-prefer-ape .if defined(WITH_ENCODINGS_PATCH) USE_ICONV= yes +.endif post-patch:: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure +.if defined(WITH_ENCODINGS_PATCH) @${PATCH} ${PATCH_ARGS} -p1 < ${FILESDIR}/extra-encodings-patch .endif |