diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 20:37:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 20:37:44 +0800 |
commit | dec7496730573887fcf41d16649667711379c3dc (patch) | |
tree | 65492cb86e0fb109f57accf6af068f67fa9228e3 /emulators | |
parent | 67c7cc58170840a839084e742b034c68084b21ec (diff) | |
download | freebsd-ports-gnome-dec7496730573887fcf41d16649667711379c3dc.tar.gz freebsd-ports-gnome-dec7496730573887fcf41d16649667711379c3dc.tar.zst freebsd-ports-gnome-dec7496730573887fcf41d16649667711379c3dc.zip |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yape/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |