diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-12-01 05:29:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-12-01 05:29:30 +0000 |
commit | e16f648d4d9b781c64bb6f62894dff82d27b6efc (patch) | |
tree | cb866c52864371eb8a4ba7372424b8fe0bead5e1 /audio/beast | |
parent | 4de067a3d3958ea239fd91218de6e33c977d8178 (diff) | |
download | ports-e16f648d4d9b781c64bb6f62894dff82d27b6efc.tar.gz ports-e16f648d4d9b781c64bb6f62894dff82d27b6efc.zip |
Notes
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 1758ba63098b..7530a5f3c5a1 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -46,10 +46,17 @@ OPTIONS_DEFAULT_amd64= SSE DEBUG_CONFIGURE_ENABLE= debug SSE_VARS= SSE_FLAGS="-mmmx -msse" +.include <bsd.port.pre.mk> + BROKEN_powerpc64= Does not build MAKE_JOBS_UNSAFE= yes +.if ${ARCH} != amd64 && ${ARCH} != i386 +SSE_FLAGS= +SSE_VARS= +.endif + post-patch: @${REINPLACE_CMD} -e \ '/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \ |