summaryrefslogtreecommitdiff
path: root/devel/hs-hmake/files/patch-src-hmake-Config.hs
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2008-05-24 16:45:42 +0000
committerOliver Braun <obraun@FreeBSD.org>2008-05-24 16:45:42 +0000
commit9cdfb08fbbb46e73658d2605d68da8a91b567c21 (patch)
treec50dbbbfca22c5248043a7784b2e98919305044c /devel/hs-hmake/files/patch-src-hmake-Config.hs
parentUmf. Bump PORTREVISION, of course. I'm still sleepy. (diff)
Update to 3.14.
Diffstat (limited to 'devel/hs-hmake/files/patch-src-hmake-Config.hs')
-rw-r--r--devel/hs-hmake/files/patch-src-hmake-Config.hs11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/hs-hmake/files/patch-src-hmake-Config.hs b/devel/hs-hmake/files/patch-src-hmake-Config.hs
deleted file mode 100644
index 71078ca276b7..000000000000
--- a/devel/hs-hmake/files/patch-src-hmake-Config.hs
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/hmake/Config.hs.orig 2006-07-07 18:01:16.000000000 +0200
-+++ src/hmake/Config.hs 2008-02-28 22:18:01.000000000 +0100
-@@ -267,7 +267,7 @@
- else do -- 5.00 and above
- pkgcfg <- runAndReadStdout (escape ghcpath++" --print-libdir")
- let libdir = escape pkgcfg
-- incdir1 = libdir++"/imports"
-+ incdir1 = if ghcsym < 608 then libdir++"/imports" else libdir++"/lib"
- ok <- doesDirectoryExist incdir1
- if ok
- then do