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

aschenke at macports.org aschenke at macports.org
Thu Oct 15 09:37:10 PDT 2009


Revision: 59484
          http://trac.macports.org/changeset/59484
Author:   aschenke at macports.org
Date:     2009-10-15 09:37:07 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
fixed build environment CFLAGS (missing quotations)

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

Modified: trunk/dports/games/larn/Portfile
===================================================================
--- trunk/dports/games/larn/Portfile	2009-10-15 16:11:39 UTC (rev 59483)
+++ trunk/dports/games/larn/Portfile	2009-10-15 16:37:07 UTC (rev 59484)
@@ -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"
 
 depends_lib-append	port:ncurses
 		
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/4b75bb04/attachment-0001.html>


More information about the macports-changes mailing list