aboutsummaryrefslogtreecommitdiffstats
path: root/devel/motor/files/patch-configure
blob: 5d7481eb2b81cc7ddc7eb90eefd700886294ccf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$FreeBSD$

--- 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
         ;;