Changeset 94981


Ignore:
Timestamp:
Jul 3, 2012, 7:43:08 AM (12 years ago)
Author:
ryandesign@…
Message:

p5-locale-gettext: fix build failure following perl5 portgroup change in r94915 (#35058)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-locale-gettext/Portfile

    r94655 r94981  
    2626depends_lib-append  port:gettext port:libiconv
    2727
    28 if {[variant_isset universal]} {
    29     set archflags ${configure.universal_cflags}
    30 } else {
    31     set archflags ${configure.cc_archflags}
    32 }
    33 
    3428# The first patch below corrects a typo in the documentation. The last two
    3529# correct a bug discovered by the Debian Project; they come from the CPAN RT
     
    4741}
    4842
    49 configure.cc        ${configure.cc} ${configure.cflags} ${configure.ldflags} \
    50                     ${archflags}
    5143}
    5244livecheck.type      regex
Note: See TracChangeset for help on using the changeset viewer.