Version 1.8.2: Test suite and more functions for foreign string encoding
[uffi.git] / tests / foreign-loader.lisp
index 0fa9cf4ec29fb1c81432b8603d92d740ea8ba177..2053273ed39492e63e2a398ce0cd1644671ee6e3 100644 (file)
@@ -7,9 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id$
-;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; *************************************************************************
 
@@ -28,6 +26,8 @@
           "z"
           (list (pathname-directory *load-pathname*)
                 "/usr/local/lib/" #+(or 64bit x86-64) "/usr/lib64/"
+                "/usr/lib32/"
+                "/opt/local/lib/"
                 "/usr/lib/" "/zlib/"))
          :module "zlib"
          :supporting-libraries '("c"))