diff options
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 |