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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
---------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user