diff --git a/haiku-games/hexvexed/hexvexed-1.0.0.recipe b/haiku-games/hexvexed/hexvexed-1.0.0.recipe index ed2b2d60d..b332da70b 100644 --- a/haiku-games/hexvexed/hexvexed-1.0.0.recipe +++ b/haiku-games/hexvexed/hexvexed-1.0.0.recipe @@ -6,10 +6,11 @@ of squares, the tiles are hexagon shaped. It's 1.5x the fun!" HOMEPAGE="https://bitbucket.org/scottmc/hexvexed" COPYRIGHT="2009-2017 Scott McCreary" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://bitbucket.org/scottmc/hexvexed/get/1.0.0-Beta.zip" CHECKSUM_SHA256="d6f9509d6fed6fc0967ec2e095c3874dbe01905395592bfa68bffa2a58341299" SOURCE_DIR="scottmc-hexvexed-b8a523a7bf04" +PATCHES="hexvexed-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" diff --git a/haiku-games/hexvexed/patches/hexvexed-1.0.0.patchset b/haiku-games/hexvexed/patches/hexvexed-1.0.0.patchset new file mode 100644 index 000000000..17cf95e37 --- /dev/null +++ b/haiku-games/hexvexed/patches/hexvexed-1.0.0.patchset @@ -0,0 +1,22 @@ +From 28a74ab4cc1243a75724f23fc7a76edb6e971d66 Mon Sep 17 00:00:00 2001 +From: Jerome Duval +Date: Sun, 22 Jan 2017 11:54:00 +0100 +Subject: x86_64 build fix. + + +diff --git a/makefile b/makefile +index edbec26..49ea9d9 100644 +--- a/makefile ++++ b/makefile +@@ -69,7 +69,7 @@ RSRCS= + # naming scheme you need to specify the path to the library + # and it's name + # library: my_lib.a entry: my_lib.a or path/my_lib.a +-LIBS= be translation ++LIBS= be translation $(STDCPPLIBS) + + # specify additional paths to directories following the standard + # libXXX.so or libXXX.a naming scheme. You can specify full paths +-- +2.10.2 +