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> >&)':
This commit is contained in:
parent
df57609fb8
commit
f5b3eebf4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322917
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue