File htmldoc-link-x11.patch of Package htmldoc
Index: htmldoc-1.8.27/configure.in =================================================================== --- htmldoc-1.8.27.orig/configure.in +++ htmldoc-1.8.27/configure.in @@ -294,6 +294,7 @@ if test "x$with_gui" != xno; then POST="$FLTKCONFIG --post" AC_CHECK_LIB(Xpm,XpmCreatePixmapFromData) + AC_CHECK_LIB(X11,XCreateBitmapFromData) else AC_MSG_WARN(FLTK not available so no GUI will be built.) fi