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.
This commit is contained in:
Viktor Szakats
2009-09-10 08:45:03 +00:00
parent 6c66203395
commit c7a5f7b8eb
3 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -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)
---------------

View File

@@ -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