Skip to content

Commit

Permalink
fix(giflib)
Browse files Browse the repository at this point in the history
closes #5266
  • Loading branch information
jhheider committed Feb 21, 2024
1 parent 6b805fb commit cec670c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions projects/giflib.sourceforge.io/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@ versions:
build:
dependencies:
gnu.org/patch: '*'
script: |
if test {{ hw.platform }} = "darwin"; then
# needed to work on macOS
patch -p0 < props/Makefile.patch
fi
imagemagick.org: '*' # needs `convert`
script:
# the appears to be applied in 5.2.2
- run: |
if test {{ hw.platform }} = "darwin"; then
# needed to work on macOS
patch -p0 < props/Makefile.patch
fi
if: <5.2.2
make --jobs {{ hw.concurrency }} all
make install PREFIX="{{ prefix }}"
- make --jobs {{ hw.concurrency }} all
- make install PREFIX="{{ prefix }}"

test:
giftext fixture.gif
test: giftext fixture.gif

provides:
- bin/gif2rgb
Expand Down

0 comments on commit cec670c

Please sign in to comment.