[30697] trunk/dports/mail/postfix/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 4 11:44:38 PST 2007


Revision: 30697
          http://trac.macosforge.org/projects/macports/changeset/30697
Author:   markd at macports.org
Date:     2007-11-04 11:44:37 -0800 (Sun, 04 Nov 2007)

Log Message:
-----------
Ticket #13132.  Change effective include path when the tls variant is invoked from ${prefix}/include/openssl
to ${prefix}/include.

Modified Paths:
--------------
    trunk/dports/mail/postfix/Portfile

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2007-11-04 19:21:02 UTC (rev 30696)
+++ trunk/dports/mail/postfix/Portfile	2007-11-04 19:44:37 UTC (rev 30697)
@@ -4,6 +4,7 @@
 
 name            postfix
 version         2.4.5
+revision        1
 categories      mail
 maintainers     nomaintainer
 description     Fast and robust mail transfer agent
@@ -108,7 +109,7 @@
 
 variant tls {
     depends_lib-append  port:openssl
-    set CCARGS      [concat ${CCARGS} -DUSE_TLS -DHAS_SSL -I${prefix}/include/openssl]
+    set CCARGS      [concat ${CCARGS} -DUSE_TLS -DHAS_SSL -I${prefix}/include]
     set AUXLIBS     [concat ${AUXLIBS} -lssl -lcrypto]
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071104/bcd8585f/attachment.html


More information about the macports-changes mailing list