packages/dev-haskell/DBus/files/DBus-0.4-setup-autoconf.patch (431B) - raw
1 Source: Dan Callaghan <djc@djc.id.au> 2 Reason: `runhaskell Setup.hs configure` fails to run ./configure 3 Upstream: mail sent to maintainer 2012-01-06 4 5 diff -ur DBus-0.4.orig/Setup.hs DBus-0.4/Setup.hs 6 --- DBus-0.4.orig/Setup.hs 2012-01-06 18:00:20.565122304 +1000 7 +++ DBus-0.4/Setup.hs 2012-01-06 18:00:15.846096013 +1000 8 @@ -1,2 +1,2 @@ 9 import Distribution.Simple 10 -main = defaultMain 11 +main = defaultMainWithHooks autoconfUserHooks