summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-19 19:50:06 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-19 20:29:59 -0500
commit78d46e1c097335e1f379f8617ddf7e241e13d8b6 (patch)
treeacc903ba1de9c66d78f602f692c27b67abe6f5ac
parent38f009c8fb228c77ec881b0168f409f6c0f46043 (diff)
downloadslackbuilds-78d46e1c097335e1f379f8617ddf7e241e13d8b6.tar.gz
slackbuilds-78d46e1c097335e1f379f8617ddf7e241e13d8b6.tar.xz
libraries/libinstpatch: Fixed underlinking.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--libraries/libinstpatch/libinstpatch.SlackBuild3
-rw-r--r--libraries/libinstpatch/libinstpatch.info2
2 files changed, 3 insertions, 2 deletions
diff --git a/libraries/libinstpatch/libinstpatch.SlackBuild b/libraries/libinstpatch/libinstpatch.SlackBuild
index 65ef695b76..7bd16d51dc 100644
--- a/libraries/libinstpatch/libinstpatch.SlackBuild
+++ b/libraries/libinstpatch/libinstpatch.SlackBuild
@@ -4,7 +4,7 @@
PRGNAM=libinstpatch
VERSION=${VERSION:-1.0.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -47,6 +47,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+LDFLAGS="-lgobject-2.0 -lglib-2.0" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/libraries/libinstpatch/libinstpatch.info b/libraries/libinstpatch/libinstpatch.info
index 1c380bd470..ab654aec86 100644
--- a/libraries/libinstpatch/libinstpatch.info
+++ b/libraries/libinstpatch/libinstpatch.info
@@ -1,7 +1,7 @@
PRGNAM="libinstpatch"
VERSION="1.0.0"
HOMEPAGE="http://swamiproject.org"
-DOWNLOAD="http://downloads.sourceforge.net/project/swami/libinstpatch/1.0.0/libinstpatch-1.0.0.tar.gz"
+DOWNLOAD="http://downloads.sourceforge.net/swami/libinstpatch-1.0.0.tar.gz"
MD5SUM="eca9c505fd0c47fd1f59d40598e8eb63"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""