emacs-25.3 の ddskk インストールでリンクエラー

macOS Sierra Version 10.12.6(16G29)で emacs-25.3 をビルドし、次に ddskk をインストールしようとしたらリンクエラーになりインストールできなかった。emacs-25.2 に戻しても同じエラーになった。

cd /Users/lipbalm/src

tar zxf emacs-25.3.tar.gz
cd emacs-25.3
./configure --with-ns --without-x
make
make install
nextstep/Emacs.app /Application

cd /Users/lipbalm/git/ddskk
make clean
git pull
setenv SKK_LISPDIR /Applications/Emacs.app/Contents/Resources/site-lisp/skk
setenv SKK_INFODIR /Applications/Emacs.app/Contents/Resources/info
setenv SKK_DATADIR /Applications/Emacs.app/Contents/Resources/share/skk
sudo make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs prefix=/Applications/Emacs.app/Contents/Resources install

/Applications/Emacs.app/Contents/MacOS/Emacs -batch -q -no-site-file -l SKK-MK -f SKK-MK-install
Loading /Users/lipbalm/git/ddskk/SKK-CFG...
Loading /Users/lipbalm/git/ddskk/skk-autoloads.el (source)...
dyld: lazy symbol binding failed: Symbol not found: _futimens
  Referenced from: /Applications/Emacs.app/Contents/MacOS/Emacs
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _futimens
  Referenced from: /Applications/Emacs.app/Contents/MacOS/Emacs
  Expected in: /usr/lib/libSystem.B.dylib

Fatal error 6: Abort trapmake: *** [install] Abort trap: 6history