ports/x11-wm/windowmaker/files/patch-WPrefs.app__Makefile.in
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

19 lines
636 B
Text

--- WPrefs.app/Makefile.in.orig 2015-10-06 04:12:10 UTC
+++ WPrefs.app/Makefile.in
@@ -455,13 +455,14 @@ WPrefs_SOURCES = \
# Themes.c
AM_CFLAGS =
AM_CPPFLAGS = -DRESOURCE_PATH=\"$(wpdatadir)\" -DWMAKER_RESOURCE_PATH=\"$(pkgdatadir)\" \
- -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
+ -DPREFIX=\"$(prefix)\" \
+ -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
WPrefs_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
WPrefs_LDADD = \
$(top_builddir)/WINGs/libWINGs.la\
$(top_builddir)/WINGs/libWUtil.la\
- $(top_builddir)/wrlib/libwraster.la \
+ -lwraster \
@XLFLAGS@ @XLIBS@ \
@LIBM@ \
@FCLIBS@ \