Ticket #68711: fonduPatch.diff
File fonduPatch.diff, 533 bytes (added by MaddTheSane (C.W. Betts), 12 months ago) |
---|
-
fondu-060102.
diff -u fondu-060102.orig/Makefile.in fondu-060102.patched/Makefile.in
old new 10 10 HOST= @HOST@ 11 11 12 12 13 DARWIN_CORE = $(if $(findstring apple-darwin,$(HOST)), /System/Library/Frameworks/CoreServices.framework/CoreServices,)13 DARWIN_CORE = $(if $(findstring apple-darwin,$(HOST)),-framework CoreServices,) 14 14 15 15 WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses -pedantic 16 16 CFLAGS = -g $(WFLAGS)