summaryrefslogtreecommitdiff
path: root/x11/hs-X11-xft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/hs-X11-xft/Makefile')
-rw-r--r--x11/hs-X11-xft/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile
index 943ab3fa869..275b284807e 100644
--- a/x11/hs-X11-xft/Makefile
+++ b/x11/hs-X11-xft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/03/12 11:15:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/02 16:52:57 pho Exp $
DISTNAME= X11-xft-0.3.1
PKGREVISION= 4
@@ -8,6 +8,11 @@ MAINTAINER= esg@sdf.lonestar.org
COMMENT= Bindings to the Xft library, and some Xrender parts
LICENSE= gnu-gpl-v2
+# Work around a Cabal bug. It ignores "ld-options" in
+# {package}.buildinfo while linking shared libraries:
+# https://github.com/haskell/cabal/issues/4925
+HASKELL_ENABLE_SHARED_LIBRARY= no
+
.include "../../devel/hs-utf8-string/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../x11/hs-X11/buildlink3.mk"