freebsd-ports/x11-wm/libwraster/files/patch-configure
Hiroki Sato 66732e092d Update to 0.95.7. Changes include:
- Window snapping (maximize a window to a side or corder of the screen) by
  dragging is now supported.

- It is now possible to customize behavior when a maximized window is
  dragged.

- A knob is added to globally ignore decoration hints from GNOME
  appications.

- A ICCCM protocol for window manager replacement has been supported.
2015-10-06 05:12:56 +00:00

11 lines
498 B
Text

--- configure.orig 2015-08-11 18:52:18 UTC
+++ configure
@@ -13782,7 +13782,7 @@ case "$host" in #(
*-*-linux*|*-*-cygwin*|*-gnu*) :
WM_OSDEP="linux" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600" ;; #(
*-*-freebsd*|*-k*bsd-gnu*) :
- WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD" ;; #(
+ WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=700 -DFREEBSD" ;; #(
*-*-netbsd*) :
WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -DNETBSD" ;; #(
*-*-openbsd*) :