Revision
94981
Author
ryandesign@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)

Modified Paths

Diff

Modified: trunk/dports/perl/p5-locale-gettext/Portfile (94980 => 94981)


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