diff --git a/games/love/11/Makefile b/games/love/11/Makefile index bd73c1a8edf..aefdea68dd1 100644 --- a/games/love/11/Makefile +++ b/games/love/11/Makefile @@ -1,3 +1,7 @@ +# ./modules/data/HashFunction.cpp:25:3: error: +# Hashing not yet implemented for big endian +NOT_FOR_ARCHS = ${BE_ARCHS} + VERSION = 11.4 SHARED_LIBS = love-${VERSION} 0.0