[94981] trunk/dports/perl/p5-locale-gettext/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 3 00:43:08 PDT 2012


Revision: 94981
          https://trac.macports.org/changeset/94981
Author:   ryandesign at macports.org
Date:     2012-07-03 00:43:08 -0700 (Tue, 03 Jul 2012)
Log Message:
-----------
p5-locale-gettext: fix build failure following perl5 portgroup change in r94915 (#35058)

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

Modified Paths:
--------------
    trunk/dports/perl/p5-locale-gettext/Portfile

Modified: trunk/dports/perl/p5-locale-gettext/Portfile
===================================================================
--- trunk/dports/perl/p5-locale-gettext/Portfile	2012-07-03 07:42:23 UTC (rev 94980)
+++ trunk/dports/perl/p5-locale-gettext/Portfile	2012-07-03 07:43:08 UTC (rev 94981)
@@ -25,12 +25,6 @@
 if {${perl5.major} != ""} {
 depends_lib-append  port:gettext port:libiconv
 
-if {[variant_isset universal]} {
-    set archflags ${configure.universal_cflags}
-} else {
-    set archflags ${configure.cc_archflags}
-}
-
 # The first patch below corrects a typo in the documentation. The last two
 # correct a bug discovered by the Debian Project; they come from the CPAN RT
 # ticket tracker (http://rt.cpan.org/Public/Bug/Display.html?id=35680).
@@ -46,8 +40,6 @@
     configure.compiler llvm-gcc-4.2
 }
 
-configure.cc        ${configure.cc} ${configure.cflags} ${configure.ldflags} \
-                    ${archflags}
 }
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120703/2d5c4e09/attachment.html>


More information about the macports-changes mailing list