svn commit: r539967 - head/games/fishsupper
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 23 09:37:31 UTC 2020
Author: pkubaj
Date: Tue Jun 23 09:37:30 2020
New Revision: 539967
URL: https://svnweb.freebsd.org/changeset/ports/539967
Log:
games/fishsupper: unbreak on powerpc64 head
Builds fine.
Modified:
head/games/fishsupper/Makefile
Modified: head/games/fishsupper/Makefile
==============================================================================
--- head/games/fishsupper/Makefile Tue Jun 23 09:11:43 2020 (r539966)
+++ head/games/fishsupper/Makefile Tue Jun 23 09:37:30 2020 (r539967)
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs
-BROKEN_powerpc64= fails to compile: Log.h: expected initializer before '<' token
+BROKEN_FreeBSD_11_powerpc64= fails to compile: Log.h: expected initializer before '<' token
+BROKEN_FreeBSD_12_powerpc64= fails to compile: Log.h: expected initializer before '<' token
GNU_CONFIGURE= yes
USES= gl gmake localbase:ldflags sdl
More information about the svn-ports-all
mailing list