このコミットが含まれているのは:
守矢諏訪子 2024-05-03 15:56:09 +09:00
コミット 76f5feb068
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -24,7 +24,7 @@ $ doas cmake --install build
$ doas chown -R $(whoami):$(whoami) /usr/ports
$ cd /usr/ports/graphics/libavif
$ make clean
$ sed -i 's/libyuv=ON/libyuv=OFF/" Makefile
$ sed -i 's/libyuv=ON/libyuv=OFF/' Makefile
$ sed -i 's/SHARED/STATIC/' Makefile
$ sed -i '31i\
-DBUILD_SHARED_LIBS=OFF \\