Skip to content

Commit

Permalink
bump rsvg
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 2, 2023
1 parent 7d6fbd4 commit 6ba77bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librsvg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ if [ "x${OSTYPE:6:1}" = "x1" ]; then
bottle="https://github.com/autobrew/bundler/releases/download/librsvg-2.56.0/librsvg-2.48.4-high_sierra.tar.xz"
sed -i '' 's|(const unsigned|(const|' src/rsvg.c || true # Fix a warning with older api
else
bottle="https://github.com/autobrew/bundler/releases/download/librsvg-2.56.0/librsvg-2.56.0-universal.tar.xz"
NEWLIBS="-lzstd -lpcre2-8"
bottle="https://github.com/autobrew/bundler/releases/download/librsvg-2.56.3/librsvg-2.56.3-universal.tar.xz"
NEWLIBS="-lturbojpeg -lzstd -lpcre2-8"
fi

# Skip if disabled
Expand Down

0 comments on commit 6ba77bc

Please sign in to comment.