Changeset 118124 for trunk/dports


Ignore:
Timestamp:
Mar 23, 2014, 9:35:02 AM (10 years ago)
Author:
jmr@…
Message:

postfix: remove -R flag (#42996), this was added in r30008 with no explanation, but AFAICT it has never been supported on OS X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/postfix/Portfile

    r116060 r118124  
    5656
    5757set CCARGS  [list -DNO_PCRE]
    58 set AUXLIBS [list "-L${prefix}/lib" "-R${prefix}/lib" "-L${prefix}/lib"]
     58set AUXLIBS [list "-L${prefix}/lib"]
    5959if {[variant_isset universal]} {
    6060    set CCARGS [concat ${CCARGS} ${configure.universal_cflags}]
Note: See TracChangeset for help on using the changeset viewer.