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:
bcf9b1a
)
Improved support for multiple OS platforms
author
espen
<espen>
Mon, 18 Jun 2007 11:39:43 +0000
(11:39 +0000)
committer
espen
<espen>
Mon, 18 Jun 2007 11:39:43 +0000
(11:39 +0000)
rsvg/rsvg.lisp
patch
|
blob
|
blame
|
history
diff --git
a/rsvg/rsvg.lisp
b/rsvg/rsvg.lisp
index 5fef7f83bbbb82511164a4c3c8b5614ee4e9bf0d..e2617e7bb5b56a3431dfe8b0fe2141405220ff9b 100644
(file)
--- a/
rsvg/rsvg.lisp
+++ b/
rsvg/rsvg.lisp
@@
-20,18
+20,16
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: rsvg.lisp,v 1.
7 2006-12-24 14:32:35
espen Exp $
+;; $Id: rsvg.lisp,v 1.
8 2007-06-18 11:39:43
espen Exp $
(in-package "RSVG")
(eval-when (:compile-toplevel :load-toplevel :execute)
(in-package "RSVG")
(eval-when (:compile-toplevel :load-toplevel :execute)
- (init-types-in-library
- #.(concatenate 'string (pkg-config:pkg-variable "librsvg-2.0" "libdir")
- "/librsvg-2." asdf:*dso-extension*) :prefix "rsvg_")
+ (init-types-in-library rsvg "librsvg-2" :prefix "rsvg_")
-(define-types-by-introspection "Rsvg"
- ("RsvgError" :ignore t)))
+
(define-types-by-introspection "Rsvg"
+
("RsvgError" :ignore t)))
(defbinding init () nil)
(defbinding init () nil)