diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d477701935..ae09d8c67d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,16 @@ The license applies to all entries newer than 2009-04-28. */ +2010-11-08 22:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbexpat/3rd/expat/expat.hbp + + *nix support. + + * contrib/hbqt/qtwebkit/hbqtwebkit.hbm + * contrib/hbqt/hbqt_common.hbm + + bsd support. + + ; Along the patch by Tamas. + 2010-11-08 12:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp ! Fixed to enable win-specific dynamic lib related option diff --git a/harbour/contrib/hbexpat/3rd/expat/expat.hbp b/harbour/contrib/hbexpat/3rd/expat/expat.hbp index b92d875a0c..558658216d 100644 --- a/harbour/contrib/hbexpat/3rd/expat/expat.hbp +++ b/harbour/contrib/hbexpat/3rd/expat/expat.hbp @@ -15,7 +15,7 @@ xmltok.c {hblib}-cflag=-DXML_STATIC {allwin}-cflag=-DCOMPILED_FROM_DSP -{os2}-cflag=-DHAVE_MEMMOVE +{unix|os2}-cflag=-DHAVE_MEMMOVE {bcc}-cflag=-w-8057 {bcc}-cflag=-w-8008 {bcc}-cflag=-w-8066 diff --git a/harbour/contrib/hbqt/hbqt_common.hbm b/harbour/contrib/hbqt/hbqt_common.hbm index 0a420aa569..d4d114783c 100644 --- a/harbour/contrib/hbqt/hbqt_common.hbm +++ b/harbour/contrib/hbqt/hbqt_common.hbm @@ -29,5 +29,6 @@ {!darwin}-depincpath=qt:/usr/include/qt4 {!darwin}-depincpath=qt:/usr/lib/qt4/include {!darwin}-depincpath=qt:/usr/include +{bsd}-depincpath=qt:/usr/local/include/qt4 {darwin}-depincpath=qt:/Developer/qt/include {darwin}-depincpath=qt:/Library/Frameworks diff --git a/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbm b/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbm index 77f9e49629..dc7a99d721 100644 --- a/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbm +++ b/harbour/contrib/hbqt/qtwebkit/hbqtwebkit.hbm @@ -19,5 +19,6 @@ hbqt_extern.prg {!darwin}-depincpath=qtwebkit:/usr/include/qt4 {!darwin}-depincpath=qtwebkit:/usr/lib/qt4/include {!darwin}-depincpath=qtwebkit:/usr/include +{bsd}-depincpath=qt:/usr/local/include/qt4 {darwin}-depincpath=qtwebkit:/Developer/qt/include {darwin}-depincpath=qtwebkit:/Library/Frameworks