diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-03 22:08:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-03 22:08:05 +0800 |
commit | a39179b7e65dcd764daffbfa451a06d778570852 (patch) | |
tree | e63505192aa9692c23bd68785a712abd3bf3aee0 /audio/eteroj-lv2 | |
parent | 724239ec08b2176b5643b7834b37391432fb68f0 (diff) | |
download | freebsd-ports-gnome-a39179b7e65dcd764daffbfa451a06d778570852.tar.gz freebsd-ports-gnome-a39179b7e65dcd764daffbfa451a06d778570852.tar.zst freebsd-ports-gnome-a39179b7e65dcd764daffbfa451a06d778570852.zip |
These ports are not quite ready for the tier-2 archs yet.
These are probably trivial fixes, if someone has the time and interest
to pursue them. I'm definitely short of time ATM.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio/eteroj-lv2')
-rw-r--r-- | audio/eteroj-lv2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/eteroj-lv2/Makefile b/audio/eteroj-lv2/Makefile index 50bc4686084f..0f715dbf4598 100644 --- a/audio/eteroj-lv2/Makefile +++ b/audio/eteroj-lv2/Makefile @@ -11,6 +11,8 @@ COMMENT= OSC injection/ejection from/to UDP/TCP/Serial for LV2 LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: varchunk/varchunk.h:84: expected specifier-qualifier-list before _Atomic + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsratom-0.so:audio/sratom \ libserd-0.so:devel/serd \ |