diff options
author | hrs <hrs@FreeBSD.org> | 2014-09-22 01:21:05 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-09-22 01:21:05 +0800 |
commit | b8761a600509af00985b95afed178f6e0efbc5fe (patch) | |
tree | 83a08bb0d7d601caf8358576c80efc9fa0b95a71 /x11-wm | |
parent | b3f73cd7303e82aa15a5bfb170612d52e2ab6987 (diff) | |
download | freebsd-ports-gnome-b8761a600509af00985b95afed178f6e0efbc5fe.tar.gz freebsd-ports-gnome-b8761a600509af00985b95afed178f6e0efbc5fe.tar.zst freebsd-ports-gnome-b8761a600509af00985b95afed178f6e0efbc5fe.zip |
Fix build.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 205d0d1632ec..4f6baa2c3c93 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -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" \ |