diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-18 19:30:56 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-18 19:30:56 +0000 |
commit | 917a70a6a657905847e59f2a056bf27ff63ef866 (patch) | |
tree | 00d31da9d90805e28a225e64d4dbe2e79f82747b /net | |
parent | 0507e8d1ba8af46ee40c8ac6f257de629c29e4b2 (diff) | |
download | ports-917a70a6a657905847e59f2a056bf27ff63ef866.tar.gz ports-917a70a6a657905847e59f2a056bf27ff63ef866.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/intel-ixl-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index 2f7ba696144c..70c8e1be6c54 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -51,7 +51,7 @@ MAX_NETMAP_OSVERSION?= 1200500 # Maximum OSVERSION for which NETMAP support wor .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= amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 and powerpc64 only. .endif |