Skip to content

Commit

Permalink
Update libofx.SlackBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus-M authored Oct 25, 2024
1 parent 84fbdb4 commit 1a5c1dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libraries/libofx/libofx.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=libofx
VERSION=${VERSION:-0.9.11}
VERSION=${VERSION:-0.10.9}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -79,9 +79,6 @@ 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 {} \;

# Patch to fix compilation with gcc 4.7
patch -p1 -i $CWD/libofx-0.9.5-gcc47.patch

CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
Expand Down

0 comments on commit 1a5c1dc

Please sign in to comment.