From 9dad68426c9e556b1ebe6e42ee9130d69ef17ebb Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Wed, 31 Aug 2022 15:45:25 -0700 Subject: [PATCH] Always run third_party/repo.bzl patch --- Makefile | 3 --- ...a-patch-third_party_repo.bzl => patch-third_party_repo.bzl} | 0 2 files changed, 3 deletions(-) rename files/{extra-patch-third_party_repo.bzl => patch-third_party_repo.bzl} (100%) 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