diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-23 09:37:30 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-23 09:37:30 +0000 |
commit | 1ddefbdd8b4aab1715b6a23f905da0142b98efc2 (patch) | |
tree | 4566d45b0e0bf70f4eddefbc7890f57e5f31cef5 | |
parent | Update to 5.11.4 (diff) |
games/fishsupper: unbreak on powerpc64 head
Builds fine.
Notes
Notes:
svn path=/head/; revision=539967
-rw-r--r-- | games/fishsupper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index 1395f30f1bfb..f0f86db90275 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -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 |