[102167] trunk/dports/games/larn/Portfile

aschenke at macports.org aschenke at macports.org
Mon Jan 28 16:57:28 PST 2013


Revision: 102167
          https://trac.macports.org/changeset/102167
Author:   aschenke at macports.org
Date:     2013-01-28 16:57:28 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
larn: fix for #37821, relaxed compiler warnings to allow build

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

Modified: trunk/dports/games/larn/Portfile
===================================================================
--- trunk/dports/games/larn/Portfile	2013-01-29 00:27:16 UTC (rev 102166)
+++ trunk/dports/games/larn/Portfile	2013-01-29 00:57:28 UTC (rev 102167)
@@ -17,7 +17,7 @@
 checksums	md5 cea96f48caa057793f6bcaf3394ca388
 build.type	bsd
 build.args 	CC=${configure.cc}
-build.env-append   CFLAGS="-I${prefix}/include -I${prefix}/include/ncurses"
+build.env-append   CFLAGS="-I${prefix}/include -I${prefix}/include/ncurses -Wno-implicit-function-declaration -Wno-return-type"
 
 depends_lib-append	port:ncurses
 		
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/92b019c8/attachment.html>


More information about the macports-changes mailing list