diff --git a/sysutils/podman/Portfile b/sysutils/podman/Portfile
index 68f09f11a72..b061e214458 100644
a
|
b
|
post-extract { |
37 | 37 | reinplace "s|-mod=vendor||g" ${worksrcpath}/Makefile |
38 | 38 | } |
39 | 39 | |
40 | | patchfiles patch-defaultHelperBinariesDir-for-MacPorts.diff |
| 40 | patchfiles patch-defaultHelperBinariesDir-for-MacPorts.diff \ |
| 41 | patch-getEdk2CodeFd-for-MacPorts.diff |
41 | 42 | |
42 | 43 | post-patch { |
43 | 44 | reinplace "s|@@PREFIX@@|${prefix}|g" \ |
44 | | ${worksrcpath}/vendor/github.com/containers/common/pkg/config/config_darwin.go |
| 45 | ${worksrcpath}/vendor/github.com/containers/common/pkg/config/config_darwin.go \ |
| 46 | ${worksrcpath}/pkg/machine/qemu/options_darwin_arm64.go |
45 | 47 | } |
46 | 48 | |
47 | 49 | build.cmd make |