Browse Source

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

git-svn-id: trunk@17248 -
joost 14 years ago
parent
commit
da7ef036ba
1 changed files with 2 additions and 0 deletions
  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('fcl-process');
     P.Dependencies.Add('fastcgi');
     P.Dependencies.Add('fastcgi');
     P.Dependencies.Add('httpd22');
     P.Dependencies.Add('httpd22');
+    // (Temporary) indirect dependencies, not detected by fpcmake:
+    P.Dependencies.Add('univint',[MacOSX]);
 
 
     P.Author := 'FreePascal development team';
     P.Author := 'FreePascal development team';
     P.License := 'LGPL with modification, ';
     P.License := 'LGPL with modification, ';