diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-02-01 12:42:53 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-02-01 12:42:53 +0000 |
commit | a7d2ae454e62240f7349c94e02e45b5982e74204 (patch) | |
tree | 4682e9c4fd9a88e5031274827a9b5c373e363f38 /graphics/waifu2x-converter-cpp | |
parent | 2d9527944f116748b1e9605788b85df76a6c6d01 (diff) |
Notes
Diffstat (limited to 'graphics/waifu2x-converter-cpp')
-rw-r--r-- | graphics/waifu2x-converter-cpp/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/waifu2x-converter-cpp/Makefile b/graphics/waifu2x-converter-cpp/Makefile index 15281dbab84e..739f8bd8cccc 100644 --- a/graphics/waifu2x-converter-cpp/Makefile +++ b/graphics/waifu2x-converter-cpp/Makefile @@ -30,11 +30,6 @@ PLIST_FILES= bin/${PORTNAME} \ lib/libw2xc.so PORTDATA= * -.if exists(/usr/lib/libc++fs.a) -# XXX Remove after FreeBSD 12.1 EOL -CMAKE_ARGS+= -DFILE_SYSTEM_LIB:STRING=c++fs -.endif - OPTIONS_DEFINE= SIMD OPTIONS_DEFAULT=SIMD |