Changeset 2843
- Timestamp:
- 04/01/08 08:16:04 (9 months ago)
- Files:
-
- trunk/build.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.lisp
r2825 r2843 91 91 (asdf:oos 'asdf:load-op system :verbose nil)) 92 92 93 ;; For some reason, automatic loading of the GD library does not work 94 ;; on FreeBSD/i386 with SBCL. This temporary fix hopefully cures the 95 ;; problem for the moment: 96 #+(and sbcl freebsd x86) 97 (progn 98 (eval (read-from-string "(uffi:load-foreign-library \"/usr/local/lib/libgd.so\")")) 99 (eval (read-from-string "(uffi:load-foreign-library \"/usr/local/lib/cl-gd-glue.so\")"))) 100 93 101 (defun build () 94 102 (exit 0))
