From e354182fdaa4ee10a33aa97a0997a97e9d07aa46 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Mar 2009 23:29:16 +0000 Subject: [PATCH] 2009-03-31 01:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * external/libhpdf/Makefile * external/libpng/Makefile * contrib/hbqt/Makefile - Disabled for poccce due to errors. --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbqt/Makefile | 3 +++ harbour/external/libhpdf/Makefile | 6 ++++-- harbour/external/libpng/Makefile | 3 +++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index be7e559f12..f978b50754 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-31 01:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * external/libhpdf/Makefile + * external/libpng/Makefile + * contrib/hbqt/Makefile + - Disabled for poccce due to errors. + 2009-03-30 23:56 UTC+0200 Francesco Saverio Giudice (info/at/fsgiudice.com) * harbour/contrib/examples/uhttpd/uhttpd.prg ! fixed CGI POST variables handling diff --git a/harbour/contrib/hbqt/Makefile b/harbour/contrib/hbqt/Makefile index 33000c4cdd..c6562edecb 100644 --- a/harbour/contrib/hbqt/Makefile +++ b/harbour/contrib/hbqt/Makefile @@ -26,6 +26,9 @@ endif ifeq ($(HB_COMPILER),pocc) HB_WITH_QT=no endif +ifeq ($(HB_COMPILER),poccce) +HB_WITH_QT=no +endif endif ifeq ($(HB_WITH_QT),yes) diff --git a/harbour/external/libhpdf/Makefile b/harbour/external/libhpdf/Makefile index 31ac0c498d..5746ee4c0a 100644 --- a/harbour/external/libhpdf/Makefile +++ b/harbour/external/libhpdf/Makefile @@ -11,10 +11,12 @@ ROOT = ../../ LIBNAME=libhpdf ifeq ($(HB_WITH_LIBHPDF),) +HB_WITH_LIBHPDF=yes ifeq ($(HB_COMPILER),owatcom) HB_WITH_LIBHPDF=no -else -HB_WITH_LIBHPDF=yes +endif +ifeq ($(HB_COMPILER),poccce) +HB_WITH_LIBHPDF=no endif endif diff --git a/harbour/external/libpng/Makefile b/harbour/external/libpng/Makefile index 8aeadcaf12..685a8e9149 100644 --- a/harbour/external/libpng/Makefile +++ b/harbour/external/libpng/Makefile @@ -19,6 +19,9 @@ endif ifeq ($(HB_ARCHITECTURE),dos) HB_WITH_LIBPNG=yes endif +ifeq ($(HB_ARCHITECTURE),poccce) +HB_WITH_LIBPNG=no +endif endif ifeq ($(HB_WITH_LIBPNG),yes)