summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2011-04-02 09:43:07 +0200
committerTreeve Jelbert2011-04-02 09:43:07 +0200
commitad6b7833e77df239a7accb12b5fc07027d261206 (patch)
tree09e2f6cc08be87020fed3b24913a3b0d10484610
parent53cbfb2b8ec7fdadb8a89b3adc1f54afa15d123d (diff)
shiboken: => 1.0.1
-rwxr-xr-xdevel/shiboken/DETAILS4
-rw-r--r--devel/shiboken/HISTORY5
-rwxr-xr-xdevel/shiboken/PRE_BUILD6
3 files changed, 11 insertions, 4 deletions
diff --git a/devel/shiboken/DETAILS b/devel/shiboken/DETAILS
index 8717dcf74a..119578a2d6 100755
--- a/devel/shiboken/DETAILS
+++ b/devel/shiboken/DETAILS
@@ -7,8 +7,8 @@ if [[ $PYSIDE == git ]];then
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
else
- VERSION=1.0.0
- SOURCE_HASH=sha512:db36ac08dd7bd9ae932fd825ec94d3b76c7d3ceee1d6b5aed179bc4e45922a388435f169652688c5efd8040488c785f7d6b3a4817d09c784e447232f6c2e62c6
+ VERSION=1.0.1
+ SOURCE_HASH=sha512:0612079f6f3643d3d79d8f78dca811316968a90ae451e6b243064e37ba704b59fe17855f33cfca39693063ac66e464783ad8842f37a2375409572d81618493b1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
fi
diff --git a/devel/shiboken/HISTORY b/devel/shiboken/HISTORY
index b8febba9fd..bddf8a3706 100644
--- a/devel/shiboken/HISTORY
+++ b/devel/shiboken/HISTORY
@@ -1,3 +1,8 @@
+2011-04-02 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.0.1
+ * PRE_BUILD: remove old sed
+ add fix for gcc-4.6.0
+
2011-03-04 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.0.0
diff --git a/devel/shiboken/PRE_BUILD b/devel/shiboken/PRE_BUILD
index 0fbba803aa..5fc17b7cb5 100755
--- a/devel/shiboken/PRE_BUILD
+++ b/devel/shiboken/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-# remove version from cmake directory
-sed -i 's|-2.6||' CMakeLists.txt
+# fix for gcc-4.6.0
+sed -i '/<stdio/ i\
+#include <stddef.h>
+' ext/sparsehash/google/sparsehash/densehashtable.h