diff options
author | pav <pav@FreeBSD.org> | 2011-11-08 05:51:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-08 05:51:56 +0800 |
commit | 27f13b5b2569ae806f9764ac6d3c47c781c85656 (patch) | |
tree | 00833f7b7563545f64fca13b3436b169f50fffd9 /emulators | |
parent | 9ce935d34d4947b2021118a72a279d3663b320b6 (diff) | |
download | freebsd-ports-gnome-27f13b5b2569ae806f9764ac6d3c47c781c85656.tar.gz freebsd-ports-gnome-27f13b5b2569ae806f9764ac6d3c47c781c85656.tar.zst freebsd-ports-gnome-27f13b5b2569ae806f9764ac6d3c47c781c85656.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 |