| 1 |
--- Io-2007-04-30/build/AddonBuilder.io.orig 2007-04-28 15:09:52.000000000 +0200
|
| 2 |
+++ Io-2007-04-30/build/AddonBuilder.io 2007-05-29 23:01:38.000000000 +0200
|
| 3 |
@@ -58,6 +58,9 @@
|
| 4 |
libSearchPaths := List clone
|
| 5 |
appendLibSearchPath := method(v, if(File clone setPath(v) exists, libSearchPaths appendIfAbsent(v)))
|
| 6 |
searchPrefixes foreach(searchPrefix, appendLibSearchPath(searchPrefix .. "/lib"))
|
| 7 |
+ searchPrefixes foreach(searchPrefix, appendLibSearchPath(searchPrefix .. "/lib64"))
|
| 8 |
+ searchPrefixes foreach(searchPrefix, appendLibSearchPath(searchPrefix .. "/lib/mysql"))
|
| 9 |
+ searchPrefixes foreach(searchPrefix, appendLibSearchPath(searchPrefix .. "/lib64/mysql"))
|
| 10 |
|
| 11 |
debs := Map clone
|
| 12 |
ebuilds := Map clone
|