diff options
-rw-r--r-- | libraries/libinstpatch/libinstpatch.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/libinstpatch/libinstpatch.info | 2 |
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="" |