svn commit: r395260 - branches/2015Q3/games/openbor

Jan Beich jbeich at FreeBSD.org
Tue Aug 25 14:51:17 UTC 2015


Author: jbeich
Date: Tue Aug 25 14:51:16 2015
New Revision: 395260
URL: https://svnweb.freebsd.org/changeset/ports/395260

Log:
  MFH: r395219
  
  games/openbor: unbreak on non-x86 architectures
  
  ib/2xSaI.c -o source/gfxlib/2xSaI.o
  source/gfxlib/2xSaI.c:50:11: error: invalid output constraint '=d' in asm
          : "=d"(retval)
            ^
  1 error generated.
  
  Reported by:	pkg-fallout (armv6)
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2015Q3/games/openbor/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/games/openbor/Makefile
==============================================================================
--- branches/2015Q3/games/openbor/Makefile	Tue Aug 25 14:39:08 2015	(r395259)
+++ branches/2015Q3/games/openbor/Makefile	Tue Aug 25 14:51:16 2015	(r395260)
@@ -40,6 +40,8 @@ DESKTOP_ENTRIES="OpenBOR" \
 
 .if ${ARCH} == i386
 BUILD_DEPENDS+=	yasm:${PORTSDIR}/devel/yasm
+.else
+MAKE_ARGS+=	BUILD_MMX=""
 .endif
 
 #


More information about the svn-ports-branches mailing list