mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
- 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.
14 lines
510 B
Text
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 $@")
|