hexvexed: fix x86_64 build.

This commit is contained in:
Jerome Duval
2017-01-22 11:54:57 +01:00
parent bbfc52761d
commit 8e7162e4e4
2 changed files with 24 additions and 1 deletions

View File

@@ -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"

View File

@@ -0,0 +1,22 @@
From 28a74ab4cc1243a75724f23fc7a76edb6e971d66 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
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