diff options
author | Phil Krylov (philkrylov) <phil.krylov@gmail.com> | 2009-03-08 23:16:12 +0000 |
---|---|---|
committer | Phil Krylov (philkrylov) <phil.krylov@gmail.com> | 2009-03-08 23:16:12 +0000 |
commit | e0d9ea068c857495d41ed1c25323e701f97894df (patch) | |
tree | 44d58cf24cff2889f15023d3efe2487323351009 /dev-lang/xharbour/files | |
parent | media-gfx/synfig: whitespace (diff) | |
download | sunrise-e0d9ea068c857495d41ed1c25323e701f97894df.tar.gz sunrise-e0d9ea068c857495d41ed1c25323e701f97894df.tar.bz2 sunrise-e0d9ea068c857495d41ed1c25323e701f97894df.zip |
dev-lang/xharbour: Fixed tc-getCC usage and a typo in ChangeLog.
svn path=/sunrise/; revision=8032
Diffstat (limited to 'dev-lang/xharbour/files')
-rw-r--r-- | dev-lang/xharbour/files/xharbour-override-cc.patch | 16 |
1 files changed, 16 insertions, 0 deletions
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 = |