On top of another fix for some asm code on powerpc, naddy@ proposed me to fix the AltiVec runtime detection that broke the build. I've found out that running agartest makes my 2 powerpc machines freeze, with or without AltiVec. « I won't object to that » - naddy@
20 lines
328 B
Makefile
20 lines
328 B
Makefile
# $OpenBSD: Makefile.inc,v 1.3 2020/06/22 09:43:45 cwen Exp $
|
|
|
|
BROKEN-powerpc = agartest causes system freezes
|
|
|
|
V ?= 1.5.0
|
|
DISTNAME ?= agar-$V
|
|
|
|
CATEGORIES ?= x11
|
|
|
|
HOMEPAGE ?= https://libagar.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE ?= Yes
|
|
|
|
MASTER_SITES ?= http://stable.hypertriton.com/agar/
|
|
|
|
CONFIGURE_STYLE ?= simple
|
|
|
|
NO_TEST ?= Yes
|