Ticket #983: doctools.diff
File doctools.diff, 1.2 KB (added by , 18 years ago) |
---|
-
src/tools/docbook/libxslt/Jamfile
62 62 ; 63 63 64 64 LinkAgainst <build>xsltproc 65 : <build>libxslt.a <build>libxml2.a net z ;65 : <build>libxslt.a <build>libxml2.a net z m ; -
src/tools/docbook/libxml2/Jamfile
3 3 SetSubDirSupportedPlatformsBeOSCompatible ; 4 4 5 5 # defines 6 local defines = [ FDefines HAVE_CONFIG_H=1 HAVE_BEOS_THREADS _REENTRANT ] ; 6 if $(HOST_PLATFORM) in $(HAIKU_BEOS_COMPATIBLE_PLATFORMS) { 7 local defines = [ FDefines HAVE_CONFIG_H=1 HAVE_BEOS_THREADS _REENTRANT ] ; 8 } else { 9 # Assumes non-BeOS host platforms have pthread support 10 local defines = [ FDefines HAVE_CONFIG_H=1 HAVE_PTHREAD_H _REENTRANT ] ; 11 } 7 12 8 13 SubDirCcFlags $(defines) ; 9 14 SubDirC++Flags $(defines) ; … … 62 67 ; 63 68 64 69 LinkAgainst <build>xmllint 65 : <build>libxml2.a net z ; 66 No newline at end of file 70 : <build>libxml2.a net z ;