[139491] trunk/dports/graphics/mkhexgrid

snc at macports.org snc at macports.org
Tue Aug 18 12:03:45 PDT 2015


Revision: 139491
          https://trac.macports.org/changeset/139491
Author:   snc at macports.org
Date:     2015-08-18 12:03:45 -0700 (Tue, 18 Aug 2015)
Log Message:
-----------
mkhexgrid: fix CXX to use the right compiler

Modified Paths:
--------------
    trunk/dports/graphics/mkhexgrid/Portfile
    trunk/dports/graphics/mkhexgrid/files/patch-Makefile.diff

Modified: trunk/dports/graphics/mkhexgrid/Portfile
===================================================================
--- trunk/dports/graphics/mkhexgrid/Portfile	2015-08-18 18:48:37 UTC (rev 139490)
+++ trunk/dports/graphics/mkhexgrid/Portfile	2015-08-18 19:03:45 UTC (rev 139491)
@@ -5,7 +5,7 @@
 
 name                mkhexgrid
 version             0.1.1
-revision            1
+revision            2
 categories          graphics print games textproc
 maintainers         snc openmaintainer
 license             GPL-2+

Modified: trunk/dports/graphics/mkhexgrid/files/patch-Makefile.diff
===================================================================
--- trunk/dports/graphics/mkhexgrid/files/patch-Makefile.diff	2015-08-18 18:48:37 UTC (rev 139490)
+++ trunk/dports/graphics/mkhexgrid/files/patch-Makefile.diff	2015-08-18 19:03:45 UTC (rev 139491)
@@ -1,6 +1,6 @@
---- Makefile.orig	2010-02-04 04:31:19.000000000 -0500
-+++ Makefile	2010-02-04 04:31:44.000000000 -0500
-@@ -1,16 +1,16 @@
+--- Makefile.orig	2015-08-18 14:59:39.000000000 -0400
++++ Makefile	2015-08-18 14:59:55.000000000 -0400
+@@ -1,16 +1,17 @@
 -DESTDIR=/usr/local
 -BINDIR=$(DESTDIR)/bin
 -DOCDIR=$(DESTDIR)/share/doc
@@ -19,6 +19,7 @@
 -CPPFLAGS=-c -g -O2 -W -Wall -DVERSION='"$(VERSION)"'
 -LDFLAGS=-lm -lstdc++ -lgd
 +CC=@@CC@@
++CXX=@@CC@@
 +CPPFLAGS=-c -g -O2 -W -Wall -DVERSION='"$(VERSION)"' @@CPPFLAGS@@
 +LDFLAGS=-lm -lstdc++ -lgd @@LDFLAGS@@
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150818/279cf005/attachment.html>


More information about the macports-changes mailing list