diff options
Diffstat (limited to 'devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu')
-rw-r--r-- | devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu b/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu index a2cf829bb235..714046e20518 100644 --- a/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu +++ b/devel/ecos-tools/files/patch-host::tools::configtool::standalone::wxwin::makefile.gnu @@ -1,7 +1,7 @@ $FreeBSD$ --- ../ecos/host/tools/configtool/standalone/wxwin/makefile.gnu.orig Wed May 14 14:20:15 2003 -+++ ../ecos/host/tools/configtool/standalone/wxwin/makefile.gnu Mon Nov 17 11:44:38 2003 ++++ ../ecos/host/tools/configtool/standalone/wxwin/makefile.gnu Tue Mar 27 20:06:32 2007 @@ -6,23 +6,20 @@ # cd emptydir # make -f /path/to/this/makefile WXDIR=/path/to/wx/installation INSTALLDIR=/path/to/ecos/tools [ ECOSSRCDIR=/path/to/ecos/tools/src ] [ TCLDIR=/path/to/tcl/installation ] [ DEBUG=1 ] @@ -41,3 +41,12 @@ $FreeBSD$ EXTRAOBJECTS= endif +@@ -98,7 +95,7 @@ + $(CTBUILDDIR)/TestResource.o + + # Compilers +-CC = c++ ++CC = $(CXX) + RESCOMP = windres + + .SUFFIXES: .o .cpp .cxx |