diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 18:34:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-12 18:34:05 +0000 |
commit | 10820fe95ebd9a3f9a5dc2fef516e79e8df6b53d (patch) | |
tree | 1fe0f0595a6ce2ea64b520c7d5fccf527da50301 /audio | |
parent | 9ef0ed5efaf3f3302693f1ab629739f84dced06f (diff) | |
download | ports-10820fe95ebd9a3f9a5dc2fef516e79e8df6b53d.tar.gz ports-10820fe95ebd9a3f9a5dc2fef516e79e8df6b53d.zip |
- Fix build on 7.X and above
Reported by: pointyhat
Approved by: portmgr (hat)
Notes
Notes:
svn path=/head/; revision=202644
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-flac/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index b2e1e909053e..3f1aeff16f9d 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -30,6 +30,9 @@ CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ MAKEFILE= ${FILESDIR}/Makefile +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + # "obj" is magic to our make(1) post-configure: @${RM} -rf ${WRKSRC}/obj |