Description: fpdoc fails to build the documentation leaving the documentation
 package empty
Author: Mattias Gaertner <nc-gaertnma@netcologne.de>
Bug-Debian: http://bugs.debian.org/858553
Source:
 http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/fixes_1_6/lcl/graphics.pp?r1=54518&r2=54517&pathrev=54518&root=lazarus&view=patch
 http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/fixes_1_6/docs/xml/lcl/graphics.xml?r1=54518&r2=54517&pathrev=54518&root=lazarus&view=patch
 http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/fixes_1_6/docs/xml/lcl/forms.xml?r1=54518&r2=54517&pathrev=54518&root=lazarus&view=patch
 http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/fixes_1_6/docs/xml/lcl/extctrls.xml?r1=54518&r2=54517&pathrev=54518&root=lazarus&view=patch
 http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/fixes_1_6/lcl/include/lcl_defines.inc?r1=54518&r2=54517&pathrev=54518&root=lazarus&view=patch
 http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/fixes_1_6/docs/xml/lcl/graphics.xml?r1=54519&r2=54518&pathrev=54519&root=lazarus&view=patch
 http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/fixes_1_6/lcl/extctrls.pp?root=lazarus&r1=52280&r2=54527&view=patch
Index: lazarus/lcl/include/lcl_defines.inc
===================================================================
--- lazarus.orig/lcl/include/lcl_defines.inc
+++ lazarus/lcl/include/lcl_defines.inc
@@ -8,3 +8,6 @@
   {$OPTIMIZATION NOREMOVEEMPTYPROCS}
 {$ENDIF}
 
+{$IFNDEF FPC_FULLVERSION}
+  {$DEFINE FPDOC}
+{$ENDIF}
