
$FreeBSD: ports/devel/motor/files/patch-configure,v 1.1 2001/02/21 00:15:07 sobomax Exp $

--- configure.orig	Tue Feb 20 09:42:20 2001
+++ configure	Wed Feb 21 00:26:08 2001
@@ -563,8 +563,8 @@
     FreeBSD*)
         echo "$ac_t""freebsd" 1>&6
         if test -z "$GCC"; then
-            LDFLAGS="-L/usr/local/lib -lintl"
-            CPPFLAGS="-I/usr/local/include"
+            LDFLAGS="-L${LOCALBASE}/lib -lintl"
+            CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
         fi
         ;;
 
