summaryrefslogblamecommitdiff
path: root/mail/dbmail21/files/patch-configure
blob: a194e745cb1bb59fde52e9d95a59917ec780b3cc (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                

                                                                
                                                               
                                                                          

                                                                                   
 






                                                                             




                                                                                



                                                                             

                                                                         

                                                                  

                                                           
--- configure.orig	Wed Oct 15 12:21:51 2003
+++ configure	Wed Oct 15 12:23:53 2003
@@ -1679,23 +1679,25 @@
 
 mysqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
                /usr/freeware/lib32 $HOME/lib $HOME/mysql/lib \
-               /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME"
+               /usr/lib/mysql /usr/local/lib/mysql $HOME/lib/mysql $HOME\
+               $LOCALBASE/lib $PREFIX/lib $LOCALBASE/lib/mysql $PREFIX/lib/mysql "
 
 mysqlheaderpaths="/usr/include/mysql /usr/include /usr/local/include/mysql \
                   /usr/local/include /usr/freeware/include/mysql \
                   /usr/freeware/include $HOME/include $HOME/mysql/include \
-                  $HOME"
+                  $HOME $LOCALBASE/include/mysql $PREFIX/include/mysql"
 
 pgsqllibpaths="/usr/lib /usr/local/lib /lib /usr/freeware/lib \
                /usr/freeware/lib32 $HOME/lib $HOME/pgsql/lib \
                /usr/lib/pgsql /usr/local/lib/pgsql /usr/lib/postgresql \
                /usr/local/lib/postgresql $HOME/lib/pgsql $HOME/lib/postgresql \
-               $HOME/postgresql/lib $HOME"
+               $HOME/postgresql/lib $HOME $LOCALBASE/lib $PREFIX/lib"
 
 pgsqlheaderpaths="/usr/include/pgsql /usr/include /usr/local/include/pgsql \
                   /usr/local/include /usr/freeware/include/pgsql \
                   /usr/freeware/include $HOME/include $HOME/pgsql/include \
-		  /usr/local/pgsql/include /usr/include/postgresql $HOME"
+		  /usr/local/pgsql/include /usr/include/postgresql $HOME\
+                  $LOCALBASE/include/pgsql $PREFIX/include/pgsql"
 
 
 # Check whether --with-mysql or --without-mysql was given.