[fpc-devel] Patch needed for 'make all' to build
    Brad Campbell 
    brad at wasp.net.au
       
    Tue Mar 20 08:58:08 CET 2007
    
    
  
G'day all,
Be gentle, this is my first time back with fpc since pre 1.0 quite a few years ago. :)
Without this, the build halts as fpmake never gets built.
Index: packages/base/Makefile.fpc
===================================================================
--- packages/base/Makefile.fpc  (revision 6932)
+++ packages/base/Makefile.fpc  (working copy)
@@ -3,7 +3,7 @@
  #
  [target]
-dirs=hash paszlib pasjpeg regexpr netdb
+dirs=hash paszlib pasjpeg regexpr netdb fpmake
  dirs_i386_linux=libc
  dirs_x86_64_linux=libc
  dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \
Brad
-- 
"Human beings, who are almost unique in having the ability
to learn from the experience of others, are also remarkable
for their apparent disinclination to do so." -- Douglas Adams
    
    
More information about the fpc-devel
mailing list