diff options
author | sibel <lesibel@free.fr> | 2010-10-22 10:30:29 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-10-22 10:30:29 +0200 |
commit | 01b62db415210d04a45f1610fd51225d16a3dd4c (patch) | |
tree | 26a25e5bff95765f27188fc047324c96d7cb5afe | |
parent | 2490bbeb682d2ff7ca9a639464197d7d5a04fd2c (diff) | |
download | nutyx-extra-01b62db415210d04a45f1610fd51225d16a3dd4c.tar.gz nutyx-extra-01b62db415210d04a45f1610fd51225d16a3dd4c.tar.bz2 nutyx-extra-01b62db415210d04a45f1610fd51225d16a3dd4c.tar.xz nutyx-extra-01b62db415210d04a45f1610fd51225d16a3dd4c.zip |
maj de redland#1.0.12-2
-rwxr-xr-x | kde/redland/Pkgfile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile index 51b949801..5d0a04eda 100755 --- a/kde/redland/Pkgfile +++ b/kde/redland/Pkgfile @@ -6,15 +6,14 @@ name=redland version=1.0.12 -release=1 +release=2 source=(http://download.librdf.org/source/$name-$version.tar.gz) -# librdf_storage_register_factory.patch) build() { cd $name-$version -# patch -p1 -i ../librdf_storage_register_factory.patch -# sed -i -e '/SHAVE/d' configure.ac -# autoreconf + + sed -i -e '/SHAVE/d' configure.ac + ./configure --prefix=/usr \ --enable-release \ --disable-static \ |