diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-27 19:55:48 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-27 19:55:48 +0800 |
commit | ff8b3d417779a7fbe4559be31656870398724200 (patch) | |
tree | 9d3a5447761c2f9930c1a1e64bf7d68db6a76edc /audio | |
parent | 70d2ae4a859cf3d6bbb09c3d792fb552884f6c1e (diff) | |
download | freebsd-ports-gnome-ff8b3d417779a7fbe4559be31656870398724200.tar.gz freebsd-ports-gnome-ff8b3d417779a7fbe4559be31656870398724200.tar.zst freebsd-ports-gnome-ff8b3d417779a7fbe4559be31656870398724200.zip |
Mark a broken: does not build
glame_audiofile.c:521:6: error: assignment to cast is illegal, lvalue casts are not supported
((char *)src) += skip;
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glame/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 02da0cf1d486..4c01ad91c9b4 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -10,6 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Powerful, fast, stable, and easily extensible sound editor for GNOME +BROKEN= Does not build +DEPRECATED= Does not build +DEPRECATION_DATE= 2018-04-27 + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libmp3lame.so:audio/lame \ libmad.so:audio/libmad \ |