瀏覽代碼

* Added univint dependency for MacOSX which is not detected by fpcmake

git-svn-id: trunk@17248 -
joost 14 年之前
父節點
當前提交
da7ef036ba
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/fcl-web/fpmake.pp

+ 2 - 0
packages/fcl-web/fpmake.pp

@@ -25,6 +25,8 @@ begin
     P.Dependencies.Add('fcl-process');
     P.Dependencies.Add('fastcgi');
     P.Dependencies.Add('httpd22');
+    // (Temporary) indirect dependencies, not detected by fpcmake:
+    P.Dependencies.Add('univint',[MacOSX]);
 
     P.Author := 'FreePascal development team';
     P.License := 'LGPL with modification, ';