Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 18:47:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440886 - head/emulators/raine
Message-ID:  <201705141847.v4EIlaTf073118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May 14 18:47:36 2017
New Revision: 440886
URL: https://svnweb.freebsd.org/changeset/ports/440886

Log:
  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

Modified:
  head/emulators/raine/Makefile

Modified: head/emulators/raine/Makefile
==============================================================================
--- head/emulators/raine/Makefile	Sun May 14 18:30:38 2017	(r440885)
+++ head/emulators/raine/Makefile	Sun May 14 18:47:36 2017	(r440886)
@@ -13,6 +13,8 @@ COMMENT=	Arcade Emulator for M68000, M68
 
 LICENSE=	ART10
 
+BROKEN=		fails to link
+
 BUILD_DEPENDS=	nasm>0:devel/nasm
 LIB_DEPENDS=	libpng.so:graphics/png
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705141847.v4EIlaTf073118>