diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-01 18:32:42 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-01 18:32:42 +0800 |
commit | 55bd2eed9aad005db6b26aced967997730d1d127 (patch) | |
tree | aeab1aec45b38ec34cb78e9f9675acc4f5c6317a /net/intel-ixl-kmod | |
parent | 50c5f8d805fe0a6d72aaf350e86f13e36727fa82 (diff) | |
download | freebsd-ports-gnome-55bd2eed9aad005db6b26aced967997730d1d127.tar.gz freebsd-ports-gnome-55bd2eed9aad005db6b26aced967997730d1d127.tar.zst freebsd-ports-gnome-55bd2eed9aad005db6b26aced967997730d1d127.zip |
net/intel-ixl-kmod: fix build of slave ports
Use PATCH* block to already existing if for the master port.
MFH: 2020Q3 (fix build blanket)
Diffstat (limited to 'net/intel-ixl-kmod')
-rw-r--r-- | net/intel-ixl-kmod/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index a2c269eacc0d..2f7ba696144c 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -11,9 +11,6 @@ MASTER_SITE_SUBDIR?= 25160/eng PKGNAMEPREFIX= intel- PKGNAMESUFFIX= -kmod -PATCH_SITES= https://svnweb.freebsd.org/base/head/sys/dev/ixl/ -PATCHFILES= ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698:-p4 - MAINTAINER?= freebsd@intel.com COMMENT?= 40 gigabit FreeBSD Base Driver for Intel(R) Network Connections @@ -52,6 +49,8 @@ MAX_NETMAP_OSVERSION?= 1200500 # Maximum OSVERSION for which NETMAP support wor # Fixup for slave ports that use this as a master port. sbruno .if ${PORTNAME} == ixl +PATCH_SITES= https://svnweb.freebsd.org/base/head/sys/dev/ixl/ +PATCHFILES= ixl_pf_main.c?view=patch&r1=358698&r2=358697&pathrev=358698:-p4 ONLY_FOR_ARCHS= amd64 powerpc64 ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 and powerpc64 only. .endif |