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

aschenke at macports.org aschenke at macports.org
Wed Oct 14 12:22:34 PDT 2009


Revision: 59408
          http://trac.macports.org/changeset/59408
Author:   aschenke at macports.org
Date:     2009-10-14 12:22:32 -0700 (Wed, 14 Oct 2009)
Log Message:
-----------
fix for ncurses on Snow Leopard (see #21277)

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

Modified: trunk/dports/games/larn/Portfile
===================================================================
--- trunk/dports/games/larn/Portfile	2009-10-14 19:19:57 UTC (rev 59407)
+++ trunk/dports/games/larn/Portfile	2009-10-14 19:22:32 UTC (rev 59408)
@@ -16,7 +16,9 @@
 distname            ${name}-4.6.2-RELEASE
 checksums	md5 cea96f48caa057793f6bcaf3394ca388
 build.type	bsd
-build.args	LDADD+=-L${prefix}/lib\\ -lcurses
+build.args	LDADD+=-L${prefix}/lib\\ -lcurses\\
+build.env-append   CFLAGS=-DNCURSES_OPAQUE=0
+		
 worksrcdir	${name}
 patchfiles	patch-diag.c \
             patch-display.c \
@@ -30,7 +32,7 @@
             patch-object.c \
             patch-scores.c \
             patch-store.c
-
+            
 variant singleuser description {Disables system-wide scoreboards and allows local user installation without root privileges} {}
 
 configure           {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091014/6d5c2dce/attachment.html>


More information about the macports-changes mailing list