chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c87aa89
)
Win32 patch applied
author
espen
<espen>
Mon, 18 Jun 2007 11:44:20 +0000
(11:44 +0000)
committer
espen
<espen>
Mon, 18 Jun 2007 11:44:20 +0000
(11:44 +0000)
atk/atk.asd
patch
|
blob
|
blame
|
history
diff --git
a/atk/atk.asd
b/atk/atk.asd
index 9b03b9c3be2fc54b3b2a0edff817821d0c2c189b..b2e427915523f3e2f890bf3de5f85551c33dd1cc 100644
(file)
--- a/
atk/atk.asd
+++ b/
atk/atk.asd
@@
-12,7
+12,9
@@
(defsystem atk
:depends-on (gffi glib gdk)
:components ((:library "libatk-1.0"
(defsystem atk
:depends-on (gffi glib gdk)
:components ((:library "libatk-1.0"
- :libdir #.(pkg-variable "atk" "libdir"))
+ :libname #-win32 "libatk-1.0"
+ #+win32 "libatk-1.0-0"
+ :libdir #.(pkg-libdir "atk"))
(:file "defpackage")
(:file "atk" :depends-on ("defpackage" "libatk-1.0"))
(:file "export" :depends-on ("atk"))))
(:file "defpackage")
(:file "atk" :depends-on ("defpackage" "libatk-1.0"))
(:file "export" :depends-on ("atk"))))