Skip to content

Commit

Permalink
archivers/zstd: Fix static library
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

It fixes the build of dependent ports, e.g. devel/qt6-base.
  • Loading branch information
sunpoet committed Apr 9, 2023
1 parent c266990 commit 454e3c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archivers/zstd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zstd
PORTVERSION= 1.5.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= https://github.com/facebook/zstd/releases/download/v${PORTVERSION}/

Expand All @@ -20,6 +20,7 @@ USES= gmake localbase:ldflags tar:zst

ALL_TARGET= default
BINARY_ALIAS= gmd5sum=md5sum
CFLAGS+= -fPIC
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
Expand Down

0 comments on commit 454e3c9

Please sign in to comment.