vision: fix x86_64 build.

This commit is contained in:
Jérôme Duval
2016-12-05 20:44:07 +01:00
parent cc23d96e74
commit 41d37813b1
2 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
From 5da9556aed26defd6801501fedc6747d8b139cd7 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Mon, 5 Dec 2016 16:44:44 +0000
Subject: need libstdc++
diff --git a/src/Makefile b/src/Makefile
index 30d8673..e401c79 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -111,7 +111,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
-LIBS = be translation textencoding tracker network columnlistview
+LIBS = be translation textencoding tracker network columnlistview $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so
# or libXXX.a naming scheme. You can specify full paths or paths relative
--
2.10.2

View File

@@ -5,12 +5,13 @@ community with an elegant, fast, and--most importantly--stable client to \
communicate with other users and make new friends around the world."
COPYRIGHT="1999-2015 The Vision Team"
LICENSE="MPL v1.1"
REVISION="1"
REVISION="2"
HOMEPAGE="https://github.com/HaikuArchives/Vision/"
SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/0.9.8.tar.gz"
SOURCE_URI="https://github.com/HaikuArchives/Vision/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="276508a998b462c861e81e357720cb410ba6477566186d5ea10309adae239826"
SOURCE_DIR="Vision-$portVersion"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PATCHES="vision-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
vision = $portVersion