diff options
-rw-r--r-- | network/profanity/profanity.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/profanity/profanity.SlackBuild b/network/profanity/profanity.SlackBuild index ec7ab425b4263..4aaa2f5c048be 100644 --- a/network/profanity/profanity.SlackBuild +++ b/network/profanity/profanity.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=profanity VERSION=${VERSION:-0.5.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fcommon" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |