openbsd-ports/lang/ghc/patches/patch-ghc_mk

18 lines
613 B
Plaintext
Raw Normal View History

$OpenBSD: patch-ghc_mk,v 1.2 2010/06/15 15:34:03 kili Exp $
2010-04-22 17:49:37 -04:00
I don't see the point in not installing libraries that are required
by the build (and by several external haskell libraries we have or
will have in the ports tree).
--- ghc.mk.orig Tue May 25 20:10:08 2010
+++ ghc.mk Wed May 26 20:30:13 2010
@@ -844,7 +844,7 @@ INSTALLED_GHC_REAL=$(DESTDIR)$(bindir)/ghc.exe
2010-04-22 17:49:37 -04:00
INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(bindir)/ghc-pkg.exe
endif
-INSTALLED_PACKAGES = $(filter-out haskeline mtl terminfo utf8-string,$(PACKAGES))
+INSTALLED_PACKAGES = $(PACKAGES)
HIDDEN_PACKAGES = ghc-binary
define set_INSTALL_DISTDIR