From c7a5f7b8eb7feeb384241081b52a2936ea684d3d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 10 Sep 2009 08:45:03 +0000 Subject: [PATCH] 2009-09-10 10:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/detect.mk + Detecting pcre on darwin. * INSTALL + Added darwin MacPorts pkg name for pcre. --- harbour/ChangeLog | 7 +++++++ harbour/INSTALL | 2 +- harbour/config/detect.mk | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6f0ea3c8c0..bf3126fef0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-10 10:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/detect.mk + + Detecting pcre on darwin. + + * INSTALL + + Added darwin MacPorts pkg name for pcre. + 2009-09-10 10:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbfimage/Makefile * contrib/hbfimage/tests/fitest.prg diff --git a/harbour/INSTALL b/harbour/INSTALL index 8c5759c672..4fb748df85 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -249,7 +249,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD ----------------- 1.) Install MacPorts, follow their instructions: http://www.macports.org/ - 2.) sudo port install slang allegro freeimage gd2 mysql5-devel postgresql83 + 2.) sudo port install pcre slang allegro freeimage gd2 mysql5-devel postgresql83 Linux (generic) --------------- diff --git a/harbour/config/detect.mk b/harbour/config/detect.mk index d698e2e509..b2bae18f58 100644 --- a/harbour/config/detect.mk +++ b/harbour/config/detect.mk @@ -57,7 +57,7 @@ _DET_VAR_INC_ := HB_INC_PCRE _DET_VAR_HAS_ := HB_HAS_PCRE _DET_FLT_PLAT := _DET_FLT_COMP := -_DET_INC_DEFP := /usr/include +_DET_INC_DEFP := /usr/include /opt/local/include _DET_INC_HEAD := /pcre.h include $(TOP)$(ROOT)config/detfun.mk