Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2014 17:21:05 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368777 - head/x11-wm/windowmaker
Message-ID:  <201409211721.s8LHL5m1001909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409211721.s8LHL5m1001909>