[109060] trunk/dports/games/pioneers/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 13:18:22 PDT 2013


Revision: 109060
          https://trac.macports.org/changeset/109060
Author:   jeremyhu at macports.org
Date:     2013-08-07 13:18:22 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
pioneers: Remove some senseless configure.compiler checking (#37812)

Modified Paths:
--------------
    trunk/dports/games/pioneers/Portfile

Modified: trunk/dports/games/pioneers/Portfile
===================================================================
--- trunk/dports/games/pioneers/Portfile	2013-08-07 20:06:55 UTC (rev 109059)
+++ trunk/dports/games/pioneers/Portfile	2013-08-07 20:18:22 UTC (rev 109060)
@@ -41,19 +41,16 @@
     copy ${filespath}/launcher.sh ${worksrcpath}
 }
 
-if {{$configure.compiler} != "gcc-4.2"} {
-    patchfiles          patch-common-notifying-string.c.diff
-}
+patchfiles          patch-common-notifying-string.c.diff
+
 post-patch {
     reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/launcher.sh
 }
 
 configure.env-append    with_avahi=no
 post-configure {
-    if {${configure.compiler} != "gcc-4.2"} {
-        reinplace {s| -Wl,-z,relro -Wl,-z,now||} ${worksrcpath}/Makefile
-        reinplace s|-Wl,--as-needed|| ${worksrcpath}/Makefile
-    }
+    reinplace {s| -Wl,-z,relro -Wl,-z,now||} ${worksrcpath}/Makefile
+    reinplace s|-Wl,--as-needed|| ${worksrcpath}/Makefile
 }
 
 app.name            Pioneers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/42980635/attachment.html>


More information about the macports-changes mailing list