Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=451b9ebbd8140cc3d09a5b7c2e85d99e6891c3d9

commit 451b9ebbd8140cc3d09a5b7c2e85d99e6891c3d9
Author: DeX77 <[email protected]>
Date:   Mon Aug 11 14:25:05 2014 +0200

ilmbase-2.2.0-2-x86_64

* relbump
* fix pthread linking

diff --git a/source/lib/ilmbase/FrugalBuild b/source/lib/ilmbase/FrugalBuild
index 7fc2295..232b6e0 100644
--- a/source/lib/ilmbase/FrugalBuild
+++ b/source/lib/ilmbase/FrugalBuild
@@ -6,7 +6,7 @@ options+=('asneeded')

pkgname=ilmbase
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="IlmThread is a thread abstraction library for use with OpenEXR"
url="http://www.openexr.com";
depends=('libstdc++')
@@ -16,4 +16,9 @@ up2date="Flasttar $url/downloads.html"
source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz)
sha1sums=('70d864bc704f276942cb10479f2cb98646ce6ad4')

+build() {
+       export PTHREAD_LIBS="-pthread -lpthread"
+       Fbuild
+}
+
# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to