From e0d9ea068c857495d41ed1c25323e701f97894df Mon Sep 17 00:00:00 2001 From: "Phil Krylov (philkrylov)" Date: Sun, 8 Mar 2009 23:16:12 +0000 Subject: dev-lang/xharbour: Fixed tc-getCC usage and a typo in ChangeLog. svn path=/sunrise/; revision=8032 --- dev-lang/xharbour/files/xharbour-override-cc.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-lang/xharbour/files/xharbour-override-cc.patch (limited to 'dev-lang/xharbour/files/xharbour-override-cc.patch') diff --git a/dev-lang/xharbour/files/xharbour-override-cc.patch b/dev-lang/xharbour/files/xharbour-override-cc.patch new file mode 100644 index 000000000..40c82ed97 --- /dev/null +++ b/dev-lang/xharbour/files/xharbour-override-cc.patch @@ -0,0 +1,16 @@ +--- xharbour-1.0.0-beta1/config/linux/gcc.cf.orig2 2009-03-09 01:57:04.000000000 +0300 ++++ xharbour-1.0.0-beta1/config/linux/gcc.cf 2009-03-09 01:59:07.000000000 +0300 +@@ -4,11 +4,13 @@ + + include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/global.cf + ++ifeq ($(HB_CMP),) + ifeq ($(HB_COMPILER),gpp) + HB_CMP = g++ + else + HB_CMP = $(HB_COMPILER) + endif ++endif + + OBJ_EXT = .o + EXE_EXT = -- cgit v1.2.3-65-gdbad