Revision
118124
Author
jmr@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

Modified Paths

Diff

Modified: trunk/dports/mail/postfix/Portfile (118123 => 118124)


--- 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}]