svn commit: r368777 - head/x11-wm/windowmaker

Hiroki Sato hrs at FreeBSD.org
Sun Sep 21 17:21:06 UTC 2014


Author: hrs
Date: Sun Sep 21 17:21:05 2014
New Revision: 368777
URL: http://svnweb.freebsd.org/changeset/ports/368777
QAT: https://qat.redports.org/buildarchive/r368777/

Log:
  Fix build.

Modified:
  head/x11-wm/windowmaker/Makefile

Modified: head/x11-wm/windowmaker/Makefile
==============================================================================
--- head/x11-wm/windowmaker/Makefile	Sun Sep 21 16:58:59 2014	(r368776)
+++ head/x11-wm/windowmaker/Makefile	Sun Sep 21 17:21:05 2014	(r368777)
@@ -27,7 +27,8 @@ USE_LDCONFIG=	yes
 USE_XORG=	xft xinerama xmu xpm
 SHEBANG_FILES=	util/wkdemenu.pl
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	ac_cv_header_sys_inotify_h=no
+CONFIGURE_ENV=	ac_cv_header_sys_inotify_h=no \
+		wm_cv_func_secure_getenv=no
 CONFIGURE_ARGS=	--with-pixmapdir=${PREFIX}/include/X11/pixmaps \
 		--with-nlsdir=${PREFIX}/share/locale \
 		--with-libs-from="-L${LOCALBASE}/lib" \


More information about the svn-ports-head mailing list