summaryrefslogtreecommitdiffstats
path: root/lang/ghc
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-03-20 21:53:50 +0000
committervs <vs@FreeBSD.org>2005-03-20 21:53:50 +0000
commit08ad19e7881f9956b1b48d223a6749f05e58e4a2 (patch)
tree10e68b57251efafa2bdc6c2bf366a2be9a4d47bf /lang/ghc
parenta8fb01efcc0c0548aca1128bb8ee5975ad3926ab (diff)
downloadFreeBSD-ports-08ad19e7881f9956b1b48d223a6749f05e58e4a2.zip
FreeBSD-ports-08ad19e7881f9956b1b48d223a6749f05e58e4a2.tar.gz
Resurrect patch to bring libgmp into scope which got accidently dropped on
the recent upgrade. Approved by: Haskell cabal
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile1
-rw-r--r--lang/ghc/files/patch-ghc::rts::package.conf.in10
2 files changed, 11 insertions, 0 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 5844dc4..65f326c 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -6,6 +6,7 @@
PORTNAME= ghc
PORTVERSION= 6.4
+PORTREVISION= 1
CATEGORIES= lang haskell
MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot
diff --git a/lang/ghc/files/patch-ghc::rts::package.conf.in b/lang/ghc/files/patch-ghc::rts::package.conf.in
new file mode 100644
index 0000000..ad5d610
--- /dev/null
+++ b/lang/ghc/files/patch-ghc::rts::package.conf.in
@@ -0,0 +1,10 @@
+--- ghc/rts/package.conf.in.orig Sun Mar 20 18:40:33 2005
++++ ghc/rts/package.conf.in Sun Mar 20 18:41:47 2005
+@@ -135,6 +135,7 @@
+ , "-u", "GHCziWeak_runFinalizzerBatch_closure"
+ , "-u", "__stginit_Prelude"
+ #endif
++ , "-L%%LOCALBASE%%/lib"
+
+ framework-dirs:
+
OpenPOWER on IntegriCloud