ports/devel/ccache/files/patch-Makefile.in
Bryan Drewery eca98ea12a devel/ccache: Bump to 3.7.12
- Some unneeded gmake features are stripped from the Makefile.in to
  avoid a dependency.
- This is the last no-dependency ccache. The 4.0 branch requires at
  least CMake which breaks WITH_CCACHE_BUILD handling.  Work is in
  progress to resolve that.
2021-07-12 12:26:01 -07:00

14 lines
510 B
Text

--- Makefile.in.orig 2020-10-01 05:21:40.000000000 -0700
+++ Makefile.in 2021-07-12 12:12:03.914717000 -0700
@@ -125,11 +125,5 @@ install: ccache$(EXEEXT) @disable_man@ccache.1
clean:
rm -rf $(files_to_clean)
-$(non_3pp_objs) $(test_objs): CFLAGS += @more_warnings@
-
-src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@
-$(zlib_objs): CPPFLAGS += -include config.h
-$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@
-
src/zlib/libz.a: $(zlib_objs)
$(if $(quiet),@echo " AR $@")