diff options
Diffstat (limited to 'gis/postgis')
-rw-r--r-- | gis/postgis/README | 3 | ||||
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/gis/postgis/README b/gis/postgis/README index cfb68cd12c..89beccb748 100644 --- a/gis/postgis/README +++ b/gis/postgis/README @@ -5,9 +5,6 @@ backend spatial database for geographic information systems (GIS). SFCGAL is an optional dependency for advanced 3D support. -These advanced functions are not included in the postgis -extension, but they can be make available by loading -/usr/share/postgresql/contrib/postgis-2.1/sfcgal.sql. To disable the GTK-based graphical interface for shp2pgsql, set GUI=no. diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index aed1b5e817..17ed9f8f20 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=postgis VERSION=${VERSION:-2.2.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -91,7 +91,7 @@ CXXFLAGS="$SLKCFLAGS" \ $SHP2PGSQL_GUI \ --build=$ARCH-slackware-linux -make +make -j1 make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |