2009-09-11 11:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
  * contrib/rddsql/sddpg/Makefile
  * contrib/hbpgsql/Makefile
    + Added pgsql84 default support.
This commit is contained in:
Viktor Szakats
2009-09-11 09:36:28 +00:00
parent 5c4c1c89b4
commit 4d624238d2
4 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-11 11:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* contrib/rddsql/sddpg/Makefile
* contrib/hbpgsql/Makefile
+ Added pgsql84 default support.
2009-09-11 11:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed to include system zlib/pcre libs in static mode if local built lib

View File

@@ -253,7 +253,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD
-----------------
1.) Install MacPorts, follow their instructions:
http://www.macports.org/
2.) sudo port install pcre slang allegro freeimage gd2 mysql5-devel postgresql83
2.) sudo port install pcre slang allegro freeimage gd2 mysql5-devel postgresql84
Linux (generic)
---------------

View File

@@ -24,7 +24,7 @@ _DET_VAR_HAS_ := HB_HAS_PGSQL
_DET_FLT_PLAT :=
_DET_FLT_COMP :=
_DET_INC_DEFP := /usr/include /usr/local/pgsql/include /usr/local/pgsql/include/libpq
_DET_INC_DEFP += /usr/include/pgsql /usr/include/postgresql /postgres/include /opt/local/include/postgresql83
_DET_INC_DEFP += /usr/include/pgsql /usr/include/postgresql /postgres/include /opt/local/include/postgresql84 /opt/local/include/postgresql83
_DET_INC_HEAD := /libpq-fe.h
include $(TOP)$(ROOT)config/detfun.mk

View File

@@ -17,7 +17,7 @@ _DET_VAR_HAS_ := HB_HAS_PGSQL
_DET_FLT_PLAT :=
_DET_FLT_COMP :=
_DET_INC_DEFP := /usr/include /usr/local/pgsql/include /usr/local/pgsql/include/libpq
_DET_INC_DEFP += /usr/include/pgsql /usr/include/postgresql /postgres/include /opt/local/include/postgresql83
_DET_INC_DEFP += /usr/include/pgsql /usr/include/postgresql /postgres/include /opt/local/include/postgresql84 /opt/local/include/postgresql83
_DET_INC_HEAD := /libpq-fe.h
include $(TOP)$(ROOT)config/detfun.mk