From 41d37813b149bf5b6df63ab7212058de1e546cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 5 Dec 2016 20:44:07 +0100 Subject: [PATCH] vision: fix x86_64 build. --- .../vision/patches/vision-0.9.8.patchset | 22 +++++++++++++++++++ haiku-apps/vision/vision-0.9.8.recipe | 7 +++--- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 haiku-apps/vision/patches/vision-0.9.8.patchset diff --git a/haiku-apps/vision/patches/vision-0.9.8.patchset b/haiku-apps/vision/patches/vision-0.9.8.patchset new file mode 100644 index 000000000..2d681ee07 --- /dev/null +++ b/haiku-apps/vision/patches/vision-0.9.8.patchset @@ -0,0 +1,22 @@ +From 5da9556aed26defd6801501fedc6747d8b139cd7 Mon Sep 17 00:00:00 2001 +From: Jerome Duval +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 + diff --git a/haiku-apps/vision/vision-0.9.8.recipe b/haiku-apps/vision/vision-0.9.8.recipe index e24bc06a7..999908150 100644 --- a/haiku-apps/vision/vision-0.9.8.recipe +++ b/haiku-apps/vision/vision-0.9.8.recipe @@ -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