diff options
author | antoine <antoine@FreeBSD.org> | 2017-05-15 02:47:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-05-15 02:47:36 +0800 |
commit | b198d988bdf1d4ab57c7618422a69c5f6d4b05db (patch) | |
tree | 24d90297106c86ae9650259742756a9c77fceb03 /emulators | |
parent | 55060b419c360d690d6964a4d46b0baaf4fa8bd2 (diff) | |
download | freebsd-ports-gnome-b198d988bdf1d4ab57c7618422a69c5f6d4b05db.tar.gz freebsd-ports-gnome-b198d988bdf1d4ab57c7618422a69c5f6d4b05db.tar.zst freebsd-ports-gnome-b198d988bdf1d4ab57c7618422a69c5f6d4b05db.zip |
Mark BROKEN: fails to link
linux-gnu-sdl/object/video/alpha.o: In function `init_alpha':
alpha.c:(.text+0x3): undefined reference to `alpha'
Reported by: pkg-fallout
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/raine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 1035017141f6..2d08a272be2b 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -13,6 +13,8 @@ COMMENT= Arcade Emulator for M68000, M68020 and Z80 based hardware LICENSE= ART10 +BROKEN= fails to link + BUILD_DEPENDS= nasm>0:devel/nasm LIB_DEPENDS= libpng.so:graphics/png |