$NetBSD: patch-ab,v 1.1 2010/11/11 21:07:14 jdolecek Exp $

--- Source/setup_configure.py.orig	2010-11-11 19:59:49.000000000 +0000
+++ Source/setup_configure.py
@@ -932,7 +932,7 @@ LDLIBS= \
             if self.verbose:
                 print( 'Info: Checking for %s in %s' % (name, full_check_file) )
             if os.path.exists( full_check_file ):
-                return os.path.abspath( dirname )
+                return dirname
 
         raise SetupError( 'cannot find %s %s - use %s' % (name, check_file, kw) )
 
