1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

graphics/giflib: avoid build dependency on ImageMagick

Otherwise build will try to run convert(1) to generate giflib-logo.gif.

Based on: d54b45b024/

PR: 278621
This commit is contained in:
Charlie Li 2024-04-28 00:57:21 -04:00
parent f946bcf065
commit 5007109903
No known key found for this signature in database
GPG Key ID: 678F936058415CCA
2 changed files with 3 additions and 0 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB