
New patches:

[openal mac os x patch part 2 for Windows
Thorkil Naur <naur@post11.tele.dk>**20070210153158
 This is the second part of the patch
   [Fix building problem for Mac OS X
   shelarcy <shelarcy@capella.freemail.ne.jp>**20060907023009]
 provided as an attachment to GHC trac ticket 918 (file
 openal-mac-os-x.patch). This first part deals with a Windows
 building problem.
 
] {
hunk ./configure.ac 195
-*-mingw32) CALLCONV=stdcall ;;
+# WinDoze DLL hell
+# NOTE: For some obscure/unknown reason, OpenAL uses ccall, even on WinDoze...
+# *-mingw32) CALLCONV=stdcall ;;
}

Context:

[includes -> install-includes
Ross Paterson <ross@soi.city.ac.uk>**20060829123744] 
[exclude Setup.hs even if not building package
Ross Paterson <ross@soi.city.ac.uk>**20060825222702] 
[exclude Setup.hs from build
Ross Paterson <ross@soi.city.ac.uk>**20060824183534] 
[add boilerplate Setup.hs
Ross Paterson <ross@soi.city.ac.uk>**20060824115102] 
[add files used by configure
Ross Paterson <ross@soi.city.ac.uk>**20060518174356] 
[Fixed bug #715 (OpenAL package fails to compile with older headers)
Sven Panne <sven.panne@aedion.de>**20060507164755] 
[TAG Initial conversion from CVS complete
John Goerzen <jgoerzen@complete.org>**20060112154136] 
Patch bundle hash:
b711e644a7a029fbdda75e1330275269f4aac5ce

