summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Mario Preksavec2017-07-24 00:32:55 +0200
committer Willy Sudiarto Raharjo2017-07-26 13:29:13 +0200
commitba029045044ec955551c922f02fd91089a9e1725 (patch)
treebe0a154c0c5ae1ee566c4430c2e2f9dce557c5a8 /gis
parent05805343bcb534ff940287dca319ebdce5f35b40 (diff)
downloadold.slackbuilds-ba029045044ec955551c922f02fd91089a9e1725.tar.gz
gis/foxtrotgps: Put everything in the build directory.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/foxtrotgps/foxtrotgps.SlackBuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/gis/foxtrotgps/foxtrotgps.SlackBuild b/gis/foxtrotgps/foxtrotgps.SlackBuild
index e4f2d3e073..98d82cd06a 100644
--- a/gis/foxtrotgps/foxtrotgps.SlackBuild
+++ b/gis/foxtrotgps/foxtrotgps.SlackBuild
@@ -22,6 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Modified by Mario Preksavec <mario at slackware dot hr>
+
PRGNAM=foxtrotgps
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
@@ -69,6 +71,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+# "--with-gconf-source" requires this, it will put all files in the package
+mkdir -p $PKG/etc/gconf/gconf.xml.defaults
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -79,6 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--infodir=/usr/info \
+ --with-gconf-source=xml:merged:$PKG/etc/gconf/gconf.xml.defaults \
--build=$ARCH-slackware-linux
make