diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-26 16:43:15 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-26 16:45:29 +0000 |
| commit | d709ba8de8ec14887beffe99233eec09b26b7ed1 (patch) | |
| tree | 18567a689ffe0b8dfc0387992dc5e60f363c3730 /security/hexl | |
| parent | 7ca8ca55535eb03027d5631b2876642f652f0888 (diff) | |
Diffstat (limited to 'security/hexl')
| -rw-r--r-- | security/hexl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/hexl/Makefile b/security/hexl/Makefile index cf60790555f4..e589e0b20de7 100644 --- a/security/hexl/Makefile +++ b/security/hexl/Makefile @@ -24,4 +24,6 @@ CMAKE_OFF= HEXL_BENCHMARK HEXL_TESTING CMAKE_TESTING_ON= HEXL_TESTING CMAKE_TESTING_TARGET= unittest +CXXFLAGS+= -I${LOCALBASE}/include/cpu_features + .include <bsd.port.mk> |
