[arch-commits] Commit in libofx/trunk (PKGBUILD libofx-gcc47.patch)

Eric Bélanger eric at archlinux.org
Thu Aug 9 23:41:32 UTC 2012


    Date: Thursday, August 9, 2012 @ 19:41:32
  Author: eric
Revision: 165072

upgpkg: libofx 0.9.5-1

Upstream update, Add build patch

Added:
  libofx/trunk/libofx-gcc47.patch
Modified:
  libofx/trunk/PKGBUILD

--------------------+
 PKGBUILD           |    9 +++++----
 libofx-gcc47.patch |   11 +++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-09 23:24:40 UTC (rev 165071)
+++ PKGBUILD	2012-08-09 23:41:32 UTC (rev 165072)
@@ -3,7 +3,7 @@
 
 pkgbase=libofx
 pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="API for the OFX banking standard"
 arch=('i686' 'x86_64')
@@ -11,12 +11,13 @@
 license=('GPL')
 depends=('opensp' 'curl' 'libxml++')
 checkdepends=('gnupg')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f2419bf8d01c0cff74efe7084e0a26c5')
-sha1sums=('7370245c011ac4ea9313ba24a88c70e0eb9c317b')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz libofx-gcc47.patch)
+sha1sums=('7e5245d68a0f3f7efad2fd809b2afbbff6ba0e73'
+          '6c327e24543cb8ba901bfb204343a85c68264654')
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
+  patch -p1 -i "$srcdir/libofx-gcc47.patch"
   ./configure --prefix=/usr
   make
 }

Added: libofx-gcc47.patch
===================================================================
--- libofx-gcc47.patch	                        (rev 0)
+++ libofx-gcc47.patch	2012-08-09 23:41:32 UTC (rev 165072)
@@ -0,0 +1,11 @@
+diff -Nru libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff libofx-0.9.4/debian/patches/fix-ftbfs-gcc4.7.diff
+--- libofx-0.9.4.orig/ofxconnect/ofxpartner.cpp	2011-03-30 22:30:50.000000000 +0000
++++ libofx-0.9.4/ofxconnect/ofxpartner.cpp	2012-04-17 06:08:38.711940892 +0000
+@@ -37,6 +37,7 @@
+ #include <vector>
+ #include <algorithm>
+ #include <string.h>
++#include <unistd.h>
+ 
+ using std::string;
+ using std::vector;




More information about the arch-commits mailing list