[102864] trunk/dports/games/bomberclone/Portfile

cal at macports.org cal at macports.org
Sat Feb 9 11:15:41 PST 2013


Revision: 102864
          https://trac.macports.org/changeset/102864
Author:   cal at macports.org
Date:     2013-02-09 11:15:41 -0800 (Sat, 09 Feb 2013)
Log Message:
-----------
bomberclone: fix build with clang by disabling -Werror

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

Modified: trunk/dports/games/bomberclone/Portfile
===================================================================
--- trunk/dports/games/bomberclone/Portfile	2013-02-09 19:02:01 UTC (rev 102863)
+++ trunk/dports/games/bomberclone/Portfile	2013-02-09 19:15:41 UTC (rev 102864)
@@ -26,7 +26,8 @@
                     port:libsdl_image
 
 configure.args	--disable-sdltest \
-				--disable-debug
+				--disable-debug \
+				--disable-werror
 
 post-configure	{
 	reinplace "s|/doc/bomberclone|/share/doc/bomberclone|g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130209/4e1331e5/attachment.html>


More information about the macports-changes mailing list