1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/emulators/fs-uae/Makefile
Antoine Brodin 10221f6d57 Mark BROKEN: fails to build
src/blkdev.cpp:664:40: error: non-constant-expression cannot be narrowed from type 'int' to 'uae_u8' (aka 'unsigned char') in initializer list [-Wc++11-narrowing]
                uae_u8 cmd[10] = {0x4b,0,0,0,0,0,0,0,paused?0:1,0};
                                                     ^~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:54:02 +00:00

32 lines
581 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= fs-uae
PORTVERSION= 2.4.1
PORTREVISION= 5
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/stable/${PORTVERSION}/
MAINTAINER= tomse@oagd.net
COMMENT= Amiga emulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to build
LIB_DEPENDS= libpng.so:graphics/png \
libopenal.so:audio/openal-soft
USES= gettext gmake pkgconfig
USE_SDL= sdl
USE_GL= gl
USE_GNOME= glib20
LLD_UNSAFE= yes
INSTALLS_ICONS= yes
MAKE_ARGS+= prefix=${PREFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>