From 5f8a108fc02bab0dc2154805a3b8950ece857dba Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Sep 2009 01:53:20 +0000 Subject: [PATCH] 2009-09-11 03:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/gtxwc/Makefile * source/rtl/gtcrs/Makefile * source/rtl/gtsln/Makefile + Added skip reason. --- harbour/ChangeLog | 6 ++++++ harbour/source/rtl/gtcrs/Makefile | 1 + harbour/source/rtl/gtsln/Makefile | 1 + harbour/source/rtl/gtxwc/Makefile | 1 + 4 files changed, 9 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dda3722c83..04f0bb35ed 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-11 03:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * source/rtl/gtxwc/Makefile + * source/rtl/gtcrs/Makefile + * source/rtl/gtsln/Makefile + + Added skip reason. + 2009-09-11 03:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/pcre/Makefile ! Missed update to reason text. diff --git a/harbour/source/rtl/gtcrs/Makefile b/harbour/source/rtl/gtcrs/Makefile index dc47561fc2..5d2e20a61b 100644 --- a/harbour/source/rtl/gtcrs/Makefile +++ b/harbour/source/rtl/gtcrs/Makefile @@ -30,5 +30,6 @@ ifneq ($(HB_HAS_CURSES),) include $(TOP)$(ROOT)config/lib.mk else + HB_SKIP_REASON := component not found include $(TOP)$(ROOT)config/none.mk endif diff --git a/harbour/source/rtl/gtsln/Makefile b/harbour/source/rtl/gtsln/Makefile index 0ecb90a316..1791c8e3a9 100644 --- a/harbour/source/rtl/gtsln/Makefile +++ b/harbour/source/rtl/gtsln/Makefile @@ -30,5 +30,6 @@ ifneq ($(HB_HAS_SLANG),) include $(TOP)$(ROOT)config/lib.mk else + HB_SKIP_REASON := component not found include $(TOP)$(ROOT)config/none.mk endif diff --git a/harbour/source/rtl/gtxwc/Makefile b/harbour/source/rtl/gtxwc/Makefile index 059bffb86d..d6c8f60074 100644 --- a/harbour/source/rtl/gtxwc/Makefile +++ b/harbour/source/rtl/gtxwc/Makefile @@ -17,5 +17,6 @@ ifneq ($(HB_HAS_X11),) include $(TOP)$(ROOT)config/lib.mk else + HB_SKIP_REASON := component not found include $(TOP)$(ROOT)config/none.mk endif