- Broken does not build

cd /work/a/ports/emulators/fmsx/work/fMSX/Unix && gmake
gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/EMULib.o ../../EMULib/EMULib.c
gcc -O3 -pthread -I.. -I../../EMULib -I/usr/local/include -I../../Z80 -DZLIB -DUNIX -DMITSHM -DFMSX -DLSB_FIRST -DBPP32 -DCONDEBUG -DDEBUG -c -o ../../EMULib/Console.o ../../EMULib/Console.c
../../EMULib/Console.c: In function 'CONMenu':
../../EMULib/Console.c:828: warning: cast from pointer to integer of different size
../../EMULib/Console.c:863: warning: cast from pointer to integer of different size
../../EMULib/Console.c: In function 'CONFile':
This commit is contained in:
Martin Wilke 2013-02-23 14:15:53 +00:00
parent 863bc649c8
commit 32dc88188b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312817

View File

@ -29,6 +29,8 @@ USE_DOS2UNIX= EMULib/NetUnix.c EMULib/Rules.Unix
RESTRICTED= Legal status of distributed ROM images unclear
WRKSRC= ${WRKDIR}
BROKEN= does not build
OPTIONS= BPP8 "With BPP8" Off \
BPP16 "With BPP16" Off \
BPP24 "With BPP24" Off \