diff options
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 = |