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