diff options
Diffstat (limited to 'desktop/cryptkeeper/cryptkeeper.SlackBuild')
-rw-r--r-- | desktop/cryptkeeper/cryptkeeper.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/cryptkeeper/cryptkeeper.SlackBuild b/desktop/cryptkeeper/cryptkeeper.SlackBuild index 0397d5da8f..85d6557a75 100644 --- a/desktop/cryptkeeper/cryptkeeper.SlackBuild +++ b/desktop/cryptkeeper/cryptkeeper.SlackBuild @@ -27,7 +27,7 @@ PRGNAM="cryptkeeper" VERSION=${VERSION:-0.9.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,6 +73,10 @@ find . \ \( -perm 777 -o -perm 755 -o -perm 711 -o -perm 700 -o -perm 555 -o -perm 511 -o -perm 500 \) \ -exec chmod 755 {} \; +# Patch for gcc-4.7.x +patch -p1 < $CWD/gcc47.patch + +LDFLAGS="-lX11" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure --prefix=/usr \ |