diff --git a/makefile.freebsd.clang.x86_64 b/makefile.freebsd.clang.x86_64 index 879f1c11..e20a3d32 100644 --- a/makefile.freebsd.clang.x86_64 +++ b/makefile.freebsd.clang.x86_64 @@ -298,7 +298,8 @@ install: cp *.h $(PREFIX)/lib/voc/obj/ cp *.sym $(PREFIX)/lib/voc/sym/ - #cp 05vishap.conf /etc/ld.so.conf.d/ + test -d /etc/ld.so.conf.d | mkdir -p /etc/ld.so.conf.d + cp 05vishap.conf /etc/ld.so.conf.d/ ldconfig -m $(PREFIX)/lib ln -s $(PREFIX) $(PREFIXLN) diff --git a/vocstatic.freebsd.clang.x86_64 b/vocstatic.freebsd.clang.x86_64 index 3102cf5b..f550c854 100755 Binary files a/vocstatic.freebsd.clang.x86_64 and b/vocstatic.freebsd.clang.x86_64 differ