Skip to content

Commit

Permalink
graphics/chafa: Fix build after recent webp update
Browse files Browse the repository at this point in the history
Upstream issue:	hpjansson/chafa#152
Notified by:	pkg-fallout

(cherry picked from commit 73c282c)
  • Loading branch information
ehaupt authored and jbeich committed Sep 23, 2023
1 parent 0c43b4c commit 35be448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion graphics/chafa/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= chafa
PORTVERSION= 1.12.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://hpjansson.org/chafa/releases/ \
https://github.com/hpjansson/chafa/releases/download/${PORTVERSION}/
Expand All @@ -25,6 +25,9 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR}/html

# https://github.com/hpjansson/chafa/issues/152
CONFIGURE_ENV+= WEBP_CFLAGS='-lwebp'

INSTALL_TARGET= install-strip

OPTIONS_DEFINE= DOCS
Expand Down
2 changes: 1 addition & 1 deletion graphics/chafa/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1684696400
TIMESTAMP = 1689842385
SHA256 (chafa-1.12.5.tar.xz) = 0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2
SIZE (chafa-1.12.5.tar.xz) = 939792

0 comments on commit 35be448

Please sign in to comment.