Revision
139491
Author
snc@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

Diff

Modified: trunk/dports/graphics/mkhexgrid/Portfile (139490 => 139491)


--- 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 (139490 => 139491)


--- 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@@