Ticket #68711: fonduPatch.diff

File fonduPatch.diff, 533 bytes (added by MaddTheSane (C.W. Betts), 11 months ago)

fondu patch

  • fondu-060102.

    diff -u fondu-060102.orig/Makefile.in fondu-060102.patched/Makefile.in
    old new  
    1010HOST= @HOST@
    1111
    1212
    13 DARWIN_CORE = $(if $(findstring apple-darwin,$(HOST)),/System/Library/Frameworks/CoreServices.framework/CoreServices,)
     13DARWIN_CORE = $(if $(findstring apple-darwin,$(HOST)),-framework CoreServices,)
    1414
    1515WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses -pedantic
    1616CFLAGS = -g $(WFLAGS)