Skip to content

Commit

Permalink
textproc/angle-grinder: Unbreak build
Browse files Browse the repository at this point in the history
The crate `tikv-jemalloc-sys` requires `gmake` during the
build process, add it to the `USES` directive.

Reported by:	pkg-fallout
MFH:		2023Q3
  • Loading branch information
lcook committed Aug 21, 2023
1 parent 418e763 commit d3e06c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions textproc/angle-grinder/Makefile
@@ -1,7 +1,7 @@
PORTNAME= angle-grinder
DISTVERSIONPREFIX= v
DISTVERSION= 0.19.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc

MAINTAINER= lcook@FreeBSD.org
Expand All @@ -11,9 +11,7 @@ WWW= https://github.com/rcoh/angle-grinder
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_FreeBSD_14= fails to compile: failed to run custom build command for tikv-jemalloc-sys v0.5.3+5.3.0-patched

USES= cargo ssl
USES= cargo gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= rcoh

Expand Down

0 comments on commit d3e06c1

Please sign in to comment.