mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- 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.
19 lines
636 B
Text
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@ \
|