mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Only BSD patch(1) warns about the following: No such line 52 in input file, ignoring No such line -11 in input file, ignoring No such line 118 in input file, ignoring https://svnweb.freebsd.org/changeset/base/253689 Reported by: sunpoet
11 lines
308 B
Makefile
11 lines
308 B
Makefile
--- coreconf/ruleset.mk.orig 2018-08-31 12:55:53 UTC
|
|
+++ coreconf/ruleset.mk
|
|
@@ -53,7 +53,7 @@
|
|
#
|
|
|
|
ifndef COMPILER_TAG
|
|
- ifneq ($(DEFAULT_COMPILER), $(notdir $(firstword $(CC))))
|
|
+ ifneq ($(DEFAULT_COMPILER), $(CC))
|
|
#
|
|
# Temporary define for the Client; to be removed when binary release is used
|
|
#
|