diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-23 22:15:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-23 22:15:53 +0800 |
commit | 11bb1b8c7436662b7f34e9c36302a700ea67bd08 (patch) | |
tree | 95c1312b58a41b4c606236861fbca9f53d8a7678 /emulators | |
parent | 291c50ace8c495ee80acc27a286a8933039885ea (diff) | |
download | freebsd-ports-gnome-11bb1b8c7436662b7f34e9c36302a700ea67bd08.tar.gz freebsd-ports-gnome-11bb1b8c7436662b7f34e9c36302a700ea67bd08.tar.zst freebsd-ports-gnome-11bb1b8c7436662b7f34e9c36302a700ea67bd08.zip |
- 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':
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fmsx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index 31e5d7a4a547..c9bc2f8b320b 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -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 \ |