diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-12-13 16:07:27 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-12-13 16:07:27 +0000 |
commit | 25b1bd5ff49902ff6ffaf780a23571fe8f2f8e22 (patch) | |
tree | ed270fb7a7239f122f440cde07679951c279cd01 /audio/mp3plot | |
parent | 5f8c55ba37f6d291f5c2032016d4454be185e5e9 (diff) | |
download | ports-25b1bd5ff49902ff6ffaf780a23571fe8f2f8e22.tar.gz ports-25b1bd5ff49902ff6ffaf780a23571fe8f2f8e22.zip |
Notes
Diffstat (limited to 'audio/mp3plot')
-rw-r--r-- | audio/mp3plot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 6eed42fe3b6e..e196812511e6 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -30,6 +30,8 @@ GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd IMAGEMAGICK_CONFIGURE_ENABLE= magick IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:${PORTSDIR}/graphics/ImageMagick +BROKEN_powerpc64= Does not build on powerpc64 + post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure |