瀏覽代碼

Disable Threads for netbsd

git-svn-id: trunk@20320 -
pierre 13 年之前
父節點
當前提交
de7d4e094d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      packages/fpmkunit/src/fpmkunit.pp

+ 5 - 0
packages/fpmkunit/src/fpmkunit.pp

@@ -35,6 +35,11 @@ Interface
  {$DEFINE NO_UNIT_PROCESS}
 {$ENDIF GO32V2}
 
+{$IFDEF NETBSD}
+ { NetBSD pthreads are not yet working, try to use fpmake without threads }
+  {$DEFINE NO_THREADING}
+{$ENDIF NETBSD}
+
 {$ifndef NO_UNIT_PROCESS}
   {$define HAS_UNIT_PROCESS}
 {$endif NO_UNIT_PROCESS}