diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-09-02 15:38:45 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-09-02 15:38:45 +0000 |
commit | 7d5781e5ab3aa2c4d9f46985acec697caae1c173 (patch) | |
tree | fb0e55efa60858746649977ee5813f549bfbad04 /devel/hs-readline/files | |
parent | 9acc5ac910695e85c7d24401bfecd5d6e6da0d7f (diff) | |
download | ports-7d5781e5ab3aa2c4d9f46985acec697caae1c173.tar.gz ports-7d5781e5ab3aa2c4d9f46985acec697caae1c173.zip |
Notes
Diffstat (limited to 'devel/hs-readline/files')
-rw-r--r-- | devel/hs-readline/files/patch-Setup.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/hs-readline/files/patch-Setup.hs b/devel/hs-readline/files/patch-Setup.hs new file mode 100644 index 000000000000..cc3d6bccc53c --- /dev/null +++ b/devel/hs-readline/files/patch-Setup.hs @@ -0,0 +1,8 @@ +--- Setup.hs.orig 2009-07-16 09:03:11.000000000 +0000 ++++ Setup.hs 2009-07-16 09:03:29.000000000 +0000 +@@ -3,4 +3,4 @@ + import Distribution.Simple + + main :: IO () +-main = defaultMainWithHooks defaultUserHooks ++main = defaultMainWithHooks autoconfUserHooks |