pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/hs-X11-xft Remove HASKELL_ENABLE_SHARED_LIBRARY=no



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27975c4936df
branches:  trunk
changeset: 407963:27975c4936df
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Jan 11 14:20:29 2020 +0000

description:
Remove HASKELL_ENABLE_SHARED_LIBRARY=no

diffstat:

 x11/hs-X11-xft/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r 1007a64e8771 -r 27975c4936df x11/hs-X11-xft/Makefile
--- a/x11/hs-X11-xft/Makefile   Sat Jan 11 14:19:18 2020 +0000
+++ b/x11/hs-X11-xft/Makefile   Sat Jan 11 14:20:29 2020 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index