diff options
author | sibel sibel <lesibel@free.fr> | 2010-01-30 10:16:03 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-01-30 10:16:03 +0100 |
commit | f312a4e072e9cf0c67320b5e97b6244b48f659d6 (patch) | |
tree | bad4644dbbda3dee6cfac29d79a60cbbf689c2ed /extra/qgis/Pkgfile | |
parent | 5cef5156cb610c8217eaff9bf4aa8888c6fbb15e (diff) | |
download | nutyx-pakxe-f312a4e072e9cf0c67320b5e97b6244b48f659d6.tar.gz nutyx-pakxe-f312a4e072e9cf0c67320b5e97b6244b48f659d6.tar.bz2 nutyx-pakxe-f312a4e072e9cf0c67320b5e97b6244b48f659d6.tar.xz nutyx-pakxe-f312a4e072e9cf0c67320b5e97b6244b48f659d6.zip |
maj de qgis#1.4.0-1 maj de .desktop
Diffstat (limited to 'extra/qgis/Pkgfile')
-rw-r--r-- | extra/qgis/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qgis/Pkgfile b/extra/qgis/Pkgfile index 92918040a..93623b504 100644 --- a/extra/qgis/Pkgfile +++ b/extra/qgis/Pkgfile @@ -2,7 +2,7 @@ # URL: http://qgis.org/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: jasper, curl, qt, gsl, grass, python, pyqt, giflib, xerces-c +# Depends on: jasper, curl, qt, gsl, grass, python, pyqt, giflib, xerces-c, geos name=qgis version=1.4.0 @@ -13,10 +13,10 @@ source=(http://download.osgeo.org/qgis/src/qgis_$version.tar.gz build() { cd $name-$version - patch -Np1 -i $SRC/fix-compilation.patch +# patch -Np1 -i $SRC/fix-compilation.patch # Fix insecure RPATH is weird, but just works ;) - echo "os.system(\"sed -i '/^LFLAGS/s|-Wl,-rpath,.\+ ||g' gui/Makefile core/Makefile\")" >> python/configure.py.in +# echo "os.system(\"sed -i '/^LFLAGS/s|-Wl,-rpath,.\+ ||g' gui/Makefile core/Makefile\")" >> python/configure.py.in cd $SRC mkdir build |