diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 21:05:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 21:05:50 +0800 |
commit | 1b856bfc31fa8ea879177772c38066fdd2eded70 (patch) | |
tree | 8d344bec0d6c5054758234231d15eb0b1556eccf /emulators | |
parent | 454c6eb2988f0e0f21c6f0c3b8e3fea3c4ba2c26 (diff) | |
download | freebsd-ports-gnome-1b856bfc31fa8ea879177772c38066fdd2eded70.tar.gz freebsd-ports-gnome-1b856bfc31fa8ea879177772c38066fdd2eded70.tar.zst freebsd-ports-gnome-1b856bfc31fa8ea879177772c38066fdd2eded70.zip |
Mark as broken, dos not build:
file.cpp: In function 'MDFNFILE* MakeMemWrap(void*, int)':
file.cpp:225: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:225: error: initializing argument 1 of 'int gzread(gzFile_s*, void*, unsigned int)'
file.cpp:277: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:277: error: initializing argument 1 of 'int gzclose(gzFile_s*)'
file.cpp: In function 'MDFNFILE* MDFN_fopen(const char*, const char*, const char*, const char*)':
file.cpp:439: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:439: error: initializing argument 1 of 'int gzclose(gzFile_s*)'
file.cpp: In function 'bool MDFN_DumpToFileReal(const char*, int, const std::vector<PtrLengthPair, std::allocator<PtrLengthPair> >&)':
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mednafen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index f33158245466..49b299347b2f 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -14,6 +14,8 @@ LIB_DEPENDS= cdio.13:${PORTSDIR}/sysutils/libcdio \ sndfile.1:${PORTSDIR}/audio/libsndfile \ vorbis.4:${PORTSDIR}/audio/libvorbis +BROKEN= Does not build + MAKE_JOBS_UNSAFE= yes USES= gmake USE_BZIP2= yes |