diff --git a/Makefile b/Makefile index 87e27f4..7bbb928 100644 --- a/Makefile +++ b/Makefile @@ -96,9 +96,6 @@ BAZEL_ARGS+= --action_env=PATH=${PATH} \ BAZEL_OPTS= --output_user_root=${WRKDIR}/bazel_out .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1200000 && ${OSVERSION} < 1300000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-third_party_repo.bzl -.endif post-extract: # THIRD_PARTY_TF_C_LICENSES is generated as a Bazel build target (see diff --git a/files/extra-patch-third_party_repo.bzl b/files/patch-third_party_repo.bzl similarity index 100% rename from files/extra-patch-third_party_repo.bzl rename to files/patch-third_party_repo.bzl