Ticket #19432: patch-Portfile

File patch-Portfile, 473 bytes (added by pixilla (Bradley Giesbrecht), 15 years ago)
Line 
1--- Portfile.orig       2008-12-26 15:17:27.000000000 -0800
2+++ Portfile    2008-12-27 19:58:46.000000000 -0800
3@@ -157,3 +157,7 @@
4     set CCARGS      [concat ${CCARGS} -DHAS_MYSQL -I${prefix}/include/mysql5/mysql]
5     set AUXLIBS     [concat ${AUXLIBS} -L${prefix}/lib/mysql5/mysql -lmysqlclient -lz -lm]
6 }
7+
8+variant dovecot_sasl description "add Dovecot SASL support " {
9+    set CCARGS      [concat ${CCARGS} -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\\\\"dovecot\\\\\\"]
10+}