Ticket #59514: data_OUTDIR.patch

File data_OUTDIR.patch, 287 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago)

Patch file to allow icu build on PPC Leopard, Mac OS X 10.5.8

  • data/Makefile.in

    old new  
    384384        (cd ../common && $(MAKE) RECURSIVE=YES) || exit;
    385385endif
    386386
     387$(OUTDIR):
     388        @echo "Mache $(OUTDIR)"
     389        mkdir -p $(OUTDIR)
     390        @echo "Habe $(OUTDIR) gemacht"