| 1 | |
|---|
| 2 | New patches: |
|---|
| 3 | |
|---|
| 4 | [openal mac os x patch part 2 for Windows |
|---|
| 5 | Thorkil Naur <naur@post11.tele.dk>**20070210153158 |
|---|
| 6 | This is the second part of the patch |
|---|
| 7 | [Fix building problem for Mac OS X |
|---|
| 8 | shelarcy <shelarcy@capella.freemail.ne.jp>**20060907023009] |
|---|
| 9 | provided as an attachment to GHC trac ticket 918 (file |
|---|
| 10 | openal-mac-os-x.patch). This first part deals with a Windows |
|---|
| 11 | building problem. |
|---|
| 12 | |
|---|
| 13 | ] { |
|---|
| 14 | hunk ./configure.ac 195 |
|---|
| 15 | -*-mingw32) CALLCONV=stdcall ;; |
|---|
| 16 | +# WinDoze DLL hell |
|---|
| 17 | +# NOTE: For some obscure/unknown reason, OpenAL uses ccall, even on WinDoze... |
|---|
| 18 | +# *-mingw32) CALLCONV=stdcall ;; |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | Context: |
|---|
| 22 | |
|---|
| 23 | [includes -> install-includes |
|---|
| 24 | Ross Paterson <ross@soi.city.ac.uk>**20060829123744] |
|---|
| 25 | [exclude Setup.hs even if not building package |
|---|
| 26 | Ross Paterson <ross@soi.city.ac.uk>**20060825222702] |
|---|
| 27 | [exclude Setup.hs from build |
|---|
| 28 | Ross Paterson <ross@soi.city.ac.uk>**20060824183534] |
|---|
| 29 | [add boilerplate Setup.hs |
|---|
| 30 | Ross Paterson <ross@soi.city.ac.uk>**20060824115102] |
|---|
| 31 | [add files used by configure |
|---|
| 32 | Ross Paterson <ross@soi.city.ac.uk>**20060518174356] |
|---|
| 33 | [Fixed bug #715 (OpenAL package fails to compile with older headers) |
|---|
| 34 | Sven Panne <sven.panne@aedion.de>**20060507164755] |
|---|
| 35 | [TAG Initial conversion from CVS complete |
|---|
| 36 | John Goerzen <jgoerzen@complete.org>**20060112154136] |
|---|
| 37 | Patch bundle hash: |
|---|
| 38 | b711e644a7a029fbdda75e1330275269f4aac5ce |
|---|