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

jmr at macports.org jmr at macports.org
Sun Mar 23 02:35:02 PDT 2014


Revision: 118124
          https://trac.macports.org/changeset/118124
Author:   jmr at macports.org
Date:     2014-03-23 02:35:02 -0700 (Sun, 23 Mar 2014)
Log Message:
-----------
postfix: remove -R flag (#42996), this was added in r30008 with no explanation, but AFAICT it has never been supported on OS X

Revision Links:
--------------
    https://trac.macports.org/changeset/30008

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

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2014-03-23 09:13:13 UTC (rev 118123)
+++ trunk/dports/mail/postfix/Portfile	2014-03-23 09:35:02 UTC (rev 118124)
@@ -55,7 +55,7 @@
 }
 
 set CCARGS  [list -DNO_PCRE]
-set AUXLIBS [list "-L${prefix}/lib" "-R${prefix}/lib" "-L${prefix}/lib"]
+set AUXLIBS [list "-L${prefix}/lib"]
 if {[variant_isset universal]} {
     set CCARGS [concat ${CCARGS} ${configure.universal_cflags}]
     set AUXLIBS [concat ${AUXLIBS} ${configure.universal_ldflags}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140323/944c01a1/attachment-0001.html>


More information about the macports-changes mailing list