Changeset 2737

Show
Ignore:
Timestamp:
03/15/08 08:59:13 (10 months ago)
Author:
hans
Message:

MacOSX changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thirdparty/cl-gd-0.5.6

    • Property svn:ignore changed from
      cl-gd-glue.so
      to
      cl-gd-glue.so
      cl-gd-glue.dylib
  • trunk/thirdparty/cl-gd-0.5.6/Makefile

    r2428 r2737  
    99 
    1010cl-gd-glue.dylib: 
    11         gcc -lgd -ljpeg -dynamiclib cl-gd-glue.c -o cl-gd-glue.dylib 
     11        gcc -lgd -ljpeg -dynamiclib cl-gd-glue.c -o cl-gd-glue.dylib -I/opt/local/include -L/opt/local/lib 
  • trunk/thirdparty/cl-gd-0.5.6/init.lisp

    r2637 r2737  
    3434functions." 
    3535  ;; try to find the library at different places 
    36   #+openmcl 
    37   (ccl::open-shared-library "cl-gd-glue.so") 
    38   #-openmcl 
    3936  (let ((filename (find-foreign-library "cl-gd-glue" 
    4037                                        *shared-library-directories* 
  • trunk/thirdparty/slime/swank-loader.lisp

    r2721 r2737  
    185185                     swank-fancy-inspector 
    186186                     swank-presentations swank-presentation-streams 
    187                      #+(or asdf sbcl) swank-asdf 
     187                     #+(or asdf sbcl openmcl) swank-asdf 
    188188                     ) 
    189189  "List of names for contrib modules.")