diff options
author | pav <pav@FreeBSD.org> | 2011-07-03 19:50:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-03 19:50:00 +0800 |
commit | 39bef949ea5e9f49480e06d847b196048bc39153 (patch) | |
tree | 6f4edcc6e4405ece8d148a54c757016f782216db | |
parent | fc880d0716a83a2fbdc6d716c3f48b7eb03ff761 (diff) | |
download | freebsd-ports-gnome-39bef949ea5e9f49480e06d847b196048bc39153.tar.gz freebsd-ports-gnome-39bef949ea5e9f49480e06d847b196048bc39153.tar.zst freebsd-ports-gnome-39bef949ea5e9f49480e06d847b196048bc39153.zip |
- Mark BROKEN: does not compile
[..]/work/phonon-backend-xine-4.4.4/xine/volumefader_plugin.cpp:144: error: expected type-specifier before 'typeof'
Reported by: pointyhat
-rw-r--r-- | multimedia/phonon-xine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/phonon-xine/Makefile b/multimedia/phonon-xine/Makefile index 12e55ff322ce..c387cf5b511d 100644 --- a/multimedia/phonon-xine/Makefile +++ b/multimedia/phonon-xine/Makefile @@ -18,6 +18,8 @@ COMMENT= The xine backend for Phonon LIB_DEPENDS= xine.1:${PORTSDIR}/multimedia/libxine +BROKEN= does not compile + CONFLICTS= phonon-4.3.0* PHONON_BRANCH= stable |