diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-09-13 19:44:28 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-09-13 19:44:28 +0800 |
commit | bafbf6f730e15959d863fe7f23cb9ab45eabcb24 (patch) | |
tree | 219b0246fd385ddd224989eedc066cadb0399045 | |
parent | a6ac974e0da0d3e05343a5da0ee072264e532b0a (diff) | |
download | freebsd-ports-gnome-bafbf6f730e15959d863fe7f23cb9ab45eabcb24.tar.gz freebsd-ports-gnome-bafbf6f730e15959d863fe7f23cb9ab45eabcb24.tar.zst freebsd-ports-gnome-bafbf6f730e15959d863fe7f23cb9ab45eabcb24.zip |
audio/yoshimi: unbreak on armv*
Builds fine on arm.
Approved by: mentors (implicit approval)
-rw-r--r-- | audio/yoshimi/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/yoshimi/Makefile b/audio/yoshimi/Makefile index 6e8efca209e4..98fe25ecf01c 100644 --- a/audio/yoshimi/Makefile +++ b/audio/yoshimi/Makefile @@ -10,9 +10,6 @@ COMMENT= Sophisticated software synthesizer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to compile: c++: warning: argument unused during compilation: '-msse' -BROKEN_armv7= fails to compile: c++: warning: argument unused during compilation: '-msse' - BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \ dssi>0:audio/dssi \ lv2>0:audio/lv2 |