pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/hs-X11-xft



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  2 16:52:58 UTC 2020

Modified Files:
        pkgsrc/x11/hs-X11-xft: Makefile
Removed Files:
        pkgsrc/x11/hs-X11-xft: PLIST

Log Message:
Fix build with GHC 7.10.x


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/hs-X11-xft/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/hs-X11-xft/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/hs-X11-xft/Makefile
diff -u pkgsrc/x11/hs-X11-xft/Makefile:1.6 pkgsrc/x11/hs-X11-xft/Makefile:1.7
--- pkgsrc/x11/hs-X11-xft/Makefile:1.6  Mon Mar 12 11:15:51 2018
+++ pkgsrc/x11/hs-X11-xft/Makefile      Thu Jan  2 16:52:57 2020
@@ -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@localhost
 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"



Home | Main Index | Thread Index | Old Index