[91896] trunk/dports/games/rogue/Portfile

aschenke at macports.org aschenke at macports.org
Thu Apr 12 15:51:23 PDT 2012


Revision: 91896
          https://trac.macports.org/changeset/91896
Author:   aschenke at macports.org
Date:     2012-04-12 15:51:21 -0700 (Thu, 12 Apr 2012)
Log Message:
-----------
rogue: fix for build failures (#30828), using workaround from #30345

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

Modified: trunk/dports/games/rogue/Portfile
===================================================================
--- trunk/dports/games/rogue/Portfile	2012-04-12 22:33:42 UTC (rev 91895)
+++ trunk/dports/games/rogue/Portfile	2012-04-12 22:51:21 UTC (rev 91896)
@@ -3,7 +3,7 @@
 PortSystem       1.0
 name		     rogue
 version		     5.4.4
-revision		 1
+revision		 2
 categories	     games
 platforms	     darwin
 maintainers	     aschenke
@@ -43,6 +43,7 @@
 post-configure   {
 					reinplace "s|rogue.scr|${prefix}/var/games/rogue/rogue.scr|" ${worksrcpath}/config.h
 					reinplace "s|rogue.lck|${prefix}/var/games/rogue/rogue.lck|" ${worksrcpath}/config.h
+					file delete ${workpath}/.CC_PRINT_OPTIONS
 				 }
 
 build.target     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120412/76ce1ade/attachment.html>


More information about the macports-changes mailing list