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:
177abaa
)
CMUCL 19b no longer loads pcl.lisp
author
espen
<espen>
Mon, 26 Sep 2005 21:30:18 +0000
(21:30 +0000)
committer
espen
<espen>
Mon, 26 Sep 2005 21:30:18 +0000
(21:30 +0000)
glib/glib.asd
patch
|
blob
|
blame
|
history
diff --git
a/glib/glib.asd
b/glib/glib.asd
index 1dc8f162d128f7ebd176bbcda10aee8f492aed7f..b2b270de368ca39c46e85f999711fbb0eae26c58 100644
(file)
--- a/
glib/glib.asd
+++ b/
glib/glib.asd
@@
-26,7
+26,7
@@
(defsystem glib
:depends-on (clg-tools)
:components ((:file "defpackage")
(defsystem glib
:depends-on (clg-tools)
:components ((:file "defpackage")
- #+(and cmu (not non-broken-pcl))(:file "pcl")
+ #+(and cmu (not non-broken-pcl)
(not cmu19b)
)(:file "pcl")
;; For preloading to work in glib 2.6, the library needs to
;; be configured and build with '--disable-visibility'
(:unix-dso "preload"
;; For preloading to work in glib 2.6, the library needs to
;; be configured and build with '--disable-visibility'
(:unix-dso "preload"
@@
-47,7
+47,7
@@
(:file "utils" :depends-on ("defpackage"))
(:file "ffi" :depends-on ("utils"))
(:file "glib" :depends-on ("ffi" "libglib-2.0"))
(:file "utils" :depends-on ("defpackage"))
(:file "ffi" :depends-on ("utils"))
(:file "glib" :depends-on ("ffi" "libglib-2.0"))
- (:file "proxy" :depends-on (#+(and cmu (not
clg-pcl
))"pcl" "glib"))
+ (:file "proxy" :depends-on (#+(and cmu (not
non-broken-pcl) (not cmu19b
))"pcl" "glib"))
(:file "gtype" :depends-on ("proxy" "alien" "libgobject-2.0"))
(:file "gboxed" :depends-on ("gtype"))
(:file "genums" :depends-on ("gtype"))
(:file "gtype" :depends-on ("proxy" "alien" "libgobject-2.0"))
(:file "gboxed" :depends-on ("gtype"))
(:file "genums" :depends-on ("gtype"))