diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-08 05:51:56 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-08 05:51:56 +0800 |
commit | 7557cb8c2880f4a8e9d330423bc03882ac7b3c28 (patch) | |
tree | bc271c8ac0466105adf623dc49584cef6a7fcbb5 /emulators | |
parent | 92218483c3f54d9d16b0266067b3ddb1551f590a (diff) | |
download | freebsd-ports-gnome-7557cb8c2880f4a8e9d330423bc03882ac7b3c28.tar.gz freebsd-ports-gnome-7557cb8c2880f4a8e9d330423bc03882ac7b3c28.tar.zst freebsd-ports-gnome-7557cb8c2880f4a8e9d330423bc03882ac7b3c28.zip |
- Mark BROKEN: does not compile
src/lib/util/aviio.c: In function 'avi_error parse_indx_chunk(avi_file*, avi_stream*, avi_chunk*)':
src/lib/util/aviio.c:1516:25: error: variable 'id' set but not used [-Werror=unused-but-set-variable]
src/lib/util/aviio.c:1519:8: error: variable 'subtype' set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Reported by: pointyhat
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mess/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 06035d3b0506..ba88322c38d5 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -17,6 +17,8 @@ DISTFILES= mame${PORTVERSION:S/.//}s.zip:mame \ MAINTAINER= elbarto@ArcadeBSD.org COMMENT= The popular MESS (Multiple Emulator Super System) +BROKEN= does not compile + USE_ZIP= yes NO_WRKSUBDIR= yes USE_XORG= xext xrender xinerama xi |