Skip to content

Commit

Permalink
graphics/giflib: avoid build dependency on ImageMagick
Browse files Browse the repository at this point in the history
Otherwise build will try to run convert(1) to generate giflib-logo.gif.

Based on: https://sourceforge.net/p/giflib/code/ci/d54b45b0240d455bbaedee4be5203d2703e59967/

PR: 278621
  • Loading branch information
vishwin committed Apr 28, 2024
1 parent f946bcf commit 5007109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graphics/giflib/Makefile
Expand Up @@ -34,6 +34,9 @@ do-install-DOCS-on:
"! ( -name Makefile -o -name *\.[17] -o -name *\.xml )"
${MV} ${STAGEDIR}${DOCSDIR}/index.html.in ${STAGEDIR}${DOCSDIR}/index.html

pre-build:
${CP} ${FILESDIR}/giflib-logo.gif ${WRKSRC}/doc

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
${STRIP_CMD} --strip-unneeded ${STAGEDIR}${PREFIX}/lib/libgif.so.7.2.0
Expand Down
Binary file added graphics/giflib/files/giflib-logo.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5007109

Please sign in to comment.