diff options
author | joerg <joerg@pkgsrc.org> | 2020-10-11 23:47:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-10-11 23:47:31 +0000 |
commit | 6179c21b441ba6ad01a5fcfc5850fec6f3d3b284 (patch) | |
tree | 3d2661474a8dab6e10e98ebf0dcfdda4f95f4f23 /graphics | |
parent | 6a084ae58831b43d0f6c370401af3116eab4bae5 (diff) | |
download | pkgsrc-6179c21b441ba6ad01a5fcfc5850fec6f3d3b284.tar.gz |
Do not pick up GCC's Go backend.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libheif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 3d1dd6e646b..4a52ab4b20f 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/09/29 06:04:58 triaxx Exp $ +# $NetBSD: Makefile,v 1.6 2020/10/11 23:47:31 joerg Exp $ DISTNAME= libheif-1.9.1 PKGREVISION= 1 @@ -17,6 +17,8 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake USE_LANGUAGES= c c++ +CONFIGURE_ARGS+= --disable-go + PKGCONFIG_OVERRIDE+= libheif.pc.in .include "../../mk/jpeg.buildlink3.mk" |