diff options
Diffstat (limited to 'lang/ghc/files/patch-ghc.mk')
-rw-r--r-- | lang/ghc/files/patch-ghc.mk | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/lang/ghc/files/patch-ghc.mk b/lang/ghc/files/patch-ghc.mk index 8844713ad7f5..00eeed367856 100644 --- a/lang/ghc/files/patch-ghc.mk +++ b/lang/ghc/files/patch-ghc.mk @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- ghc.mk.orig 2012-02-01 19:10:32.000000000 +0100 -+++ ghc.mk 2012-06-08 17:39:40.000000000 +0200 +--- ghc.mk.orig 2012-06-06 18:10:25.000000000 +0100 ++++ ghc.mk 2012-08-25 12:57:51.000000000 +0100 @@ -81,6 +81,7 @@ # Catch make if it runs away into an infinite loop ifeq "$(MAKE_RESTARTS)" "" @@ -11,12 +8,3 @@ $FreeBSD$ else $(error Make has restarted itself $(MAKE_RESTARTS) times; is there a makefile bug?) endif -@@ -377,6 +378,8 @@ - endif - endef - -+PACKAGES = -+ - define addPackage # args: $1 = package, $2 = condition - ifneq "$(filter $1,$(PKGS_THAT_USE_TH)) $(GhcProfiled)" "$1 YES" - ifeq "$(filter $1,$(PKGS_THAT_BUILD_WITH_STAGE2))" "$1" |