Ticket #19305: postfix-Portfile.patch
File postfix-Portfile.patch, 661 bytes (added by asonge@…, 16 years ago) |
---|
-
Portfile
old new 157 157 set CCARGS [concat ${CCARGS} -DHAS_MYSQL -I${prefix}/include/mysql5/mysql] 158 158 set AUXLIBS [concat ${AUXLIBS} -L${prefix}/lib/mysql5/mysql -lmysqlclient -lz -lm] 159 159 } 160 161 variant postgresql83 description "add postgresql support via postgresql83" { 162 depends_lib-append port:postgresql83 163 set CCARGS [concat ${CCARGS} -DHAS_PGSQL -I${prefix}/include/postgresql83] 164 set AUXLIBS [concat ${AUXLIBS} -L${prefix}/lib/postgresql83 -lpq] 165 }