X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=patches%2Fpatch-rules_hs-suffix-rules-srcdir.mk;fp=patches%2Fpatch-rules_hs-suffix-rules-srcdir.mk;h=0000000000000000000000000000000000000000;hp=818b8798e1fe424e3099b994135576c1085f79bf;hb=4fe2e34ec7254f1e4eb85b085ea22fd09866b245;hpb=96e61103d139f67648ba7729b614e2cedcbb1ad4 diff --git a/patches/patch-rules_hs-suffix-rules-srcdir.mk b/patches/patch-rules_hs-suffix-rules-srcdir.mk deleted file mode 100644 index 818b879..0000000 --- a/patches/patch-rules_hs-suffix-rules-srcdir.mk +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD$ - -There is a missing ".hc -> .o" rule in this file, leading to a build -failure of Cabal. - - ---- rules/hs-suffix-rules-srcdir.mk.orig 2012-02-01 18:10:32.000000000 +0000 -+++ rules/hs-suffix-rules-srcdir.mk -@@ -57,6 +57,9 @@ $1/$2/build/%.$$($3_osuf) : $1/$4/%.hc i - $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.hc includes/ghcautoconf.h includes/ghcplatform.h - "$$($1_$2_CC)" $$($1_$2_$3_ALL_CC_OPTS) -Iincludes -x c -c $$< -o $$@ - -+$1/$2/build/%.$$($3_osuf) : $1/$2/build/autogen/%.hc includes/ghcautoconf.h includes/ghcplatform.h -+ "$$($1_$2_CC)" $$($1_$2_$3_ALL_CC_OPTS) -Iincludes -x c -c $$< -o $$@ -+ - # $1/$2/build/%.$$($3_osuf) : $1/$2/build/%.$$($3_way_)hc - # "$$($1_$2_HC)" $$($1_$2_$3_ALL_HC_OPTS) -c $$< -o $$@ - #