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:           Sat Jan 11 14:20:29 UTC 2020

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

Log Message:
Remove HASKELL_ENABLE_SHARED_LIBRARY=no


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/hs-X11-xft/Makefile

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.8 pkgsrc/x11/hs-X11-xft/Makefile:1.9
--- pkgsrc/x11/hs-X11-xft/Makefile:1.8  Sat Jan 11 13:50:07 2020
+++ pkgsrc/x11/hs-X11-xft/Makefile      Sat Jan 11 14:20:29 2020
@@ -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 @@ 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 "../../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