Sat Jan 11 14:20:29 2020 UTC ()
Remove HASKELL_ENABLE_SHARED_LIBRARY=no


(pho)
diff -r1.8 -r1.9 pkgsrc/x11/hs-X11-xft/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/x11/hs-X11-xft/Makefile (expand / switch to context diff)
--- pkgsrc/x11/hs-X11-xft/Makefile 2020/01/11 13:50:07 1.8
+++ pkgsrc/x11/hs-X11-xft/Makefile 2020/01/11 14:20:29 1.9
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/01/11 13:50:07 pho Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/11 14:20:29 pho Exp $
 
 DISTNAME=	X11-xft-0.3.1
 PKGREVISION=	4
@@ -8,13 +8,8 @@
 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 "../../mk/haskell.mk"
 .include "../../devel/hs-utf8-string/buildlink3.mk"
 .include "../../x11/hs-X11/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"