summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/Makefile.fpc
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-02-01 10:30:55 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-02-01 10:30:55 +0000
commita2fefa87d7d7ee76090a1432fad31bf097b02869 (patch)
tree1432b24bb477c645c5e3145ded97b7741c727819 /packages/fcl-xml/Makefile.fpc
parent3c64d560d7359fed8d866ab8beca6840e6caafed (diff)
downloadfpc-a2fefa87d7d7ee76090a1432fad31bf097b02869.tar.gz
o Haiku patches by Olivier Coursiere
+ add posix thread support * improve signal handling * synchronize haiku's baseunix unit with the unix one (maybe it will be possible to remove Haiku's one in a future patch, but i keep it for now) + add support for standard sockets * fix some functions import to use the right libraries under Haiku * fix packages compilation git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12636 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-xml/Makefile.fpc')
-rw-r--r--packages/fcl-xml/Makefile.fpc4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/fcl-xml/Makefile.fpc b/packages/fcl-xml/Makefile.fpc
index a3efc208e5..bb5556687d 100644
--- a/packages/fcl-xml/Makefile.fpc
+++ b/packages/fcl-xml/Makefile.fpc
@@ -17,6 +17,8 @@ rsts=sax xpath htmlwriter xmlconf
[require]
packages=fcl-base
+packages_beos=iconvenc
+packages_haiku=iconvenc
packages_linux=iconvenc
packages_darwin=iconvenc
packages_freebsd=iconvenc
@@ -32,4 +34,4 @@ fpcpackage=y
fpcdir=../..
[rules]
-.NOTPARALLEL:
+.NOTPARALLEL: \ No newline at end of file