[96435] trunk/dports/games/eboard

jmr at macports.org jmr at macports.org
Thu Aug 9 16:13:23 PDT 2012


Revision: 96435
          https://trac.macports.org/changeset/96435
Author:   jmr at macports.org
Date:     2012-08-09 16:13:21 -0700 (Thu, 09 Aug 2012)
Log Message:
-----------
eboard: use a valid -O level (#33985)

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

Added Paths:
-----------
    trunk/dports/games/eboard/files/
    trunk/dports/games/eboard/files/configure.patch

Modified: trunk/dports/games/eboard/Portfile
===================================================================
--- trunk/dports/games/eboard/Portfile	2012-08-09 22:47:45 UTC (rev 96434)
+++ trunk/dports/games/eboard/Portfile	2012-08-09 23:13:21 UTC (rev 96435)
@@ -22,6 +22,9 @@
 
 depends_build	    path:bin/perl:perl5  port:pkgconfig
 depends_lib	    port:gtk2
+
+patchfiles      configure.patch
+
 configure.cmd       ${prefix}/bin/perl ./configure
 configure.args	    --man-prefix=${prefix}/share/man \
                     --compiler=\${CXX}

Added: trunk/dports/games/eboard/files/configure.patch
===================================================================
--- trunk/dports/games/eboard/files/configure.patch	                        (rev 0)
+++ trunk/dports/games/eboard/files/configure.patch	2012-08-09 23:13:21 UTC (rev 96435)
@@ -0,0 +1,11 @@
+--- configure.orig	2008-02-23 02:51:22.000000000 +1100
++++ configure	2012-08-10 09:06:43.000000000 +1000
+@@ -6,7 +6,7 @@
+ my $package     = "eboard";
+ my $version     = "1.1.1";
+ my $cxx         = "g++";
+-my @cxxflags    = ("-O6");
++my @cxxflags    = ("-O4");
+ my @ldflags     = ("-lpthread");
+ my @libs        = ();
+ my $configh     = "config.h";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120809/d3688e44/attachment.html>


More information about the macports-changes mailing list