diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7297a1f2b9..cddf38bf26 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/INSTALL b/harbour/INSTALL index 9c2f229d6d..90f25b937c 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -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) --------------- diff --git a/harbour/contrib/hbpgsql/Makefile b/harbour/contrib/hbpgsql/Makefile index 9c37f2d434..f4a37cd524 100644 --- a/harbour/contrib/hbpgsql/Makefile +++ b/harbour/contrib/hbpgsql/Makefile @@ -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 diff --git a/harbour/contrib/rddsql/sddpg/Makefile b/harbour/contrib/rddsql/sddpg/Makefile index 1647ad0e5e..204d3a0c07 100644 --- a/harbour/contrib/rddsql/sddpg/Makefile +++ b/harbour/contrib/rddsql/sddpg/Makefile @@ -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