From 86af1becf4d9dde02feff7534e9f3ccc26c4a9cf Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 12:38:04 +0000 Subject: [PATCH] MFH: r484007 Mark BROKEN: fails to build main.cpp:651:13: error: comparison between pointer and integer ('char *' and 'int') if (argv[1]!='\0') { ~~~~~~~^ ~~~~ Reported by: pkg-fallout --- emulators/yape/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 5a8b283ccec1..a987d6a359b3 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}SDL-${PORTVERSION} MAINTAINER= jmohacsi@bsd.hu COMMENT= Yet Another Commodore +4 Emulator +BROKEN= fails to build + USE_SDL= sdl USES= compiler:features gmake NO_WRKSUBDIR= yes