Browse Source

* Allow longer package-names as fpmake-dependencies. Addins could have longer names

git-svn-id: trunk@36088 -
joost 8 years ago
parent
commit
16b44b0719
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fppkg/src/pkgglobals.pp

+ 1 - 1
packages/fppkg/src/pkgglobals.pp

@@ -23,7 +23,7 @@ Const
 
 Type
   TFPMKUnitDep=record
-    package    : string[12];
+    package    : string[64];
     reqver     : string[8];
     undef      : string[32];
     def        : string[32];