67d440bd77
Upgrading from earlier 2.5.x versions is strongly recommended. This release is available at the home page: http://www.fvwm.org/. * Bug Fixes: - FvwmCommand now reports "end windowlist" and "end configinfo". - FvwmCommand now prints config info split on lines. - FvwmTaskBar no longer gets lost with trailing whitespace after geometry specification. - Fixed a window size problem if the aspect ratio is set (e.g. mplayer). - Decorations now update when unmanaged windows take focus, and not FlickeringQtDialogsWorkaround is enabled. - FvwmPager again allows movement of windows added before a page change. - fvwm no longer crashes on 1 and 4 bit displays. (#1677) - EWMH desktops now correctly handles FPClickToFocus. (#1492) - Security fix in fvwm-menu-directory. (CVE-2006-5969)
20 lines
748 B
Text
20 lines
748 B
Text
$NetBSD: patch-aa,v 1.4 2006/12/12 07:05:01 martti Exp $
|
|
|
|
--- bin/Makefile.in.orig 2006-12-09 12:44:04.000000000 +0000
|
|
+++ bin/Makefile.in 2006-12-12 08:59:49.000000000 +0000
|
|
@@ -703,14 +703,8 @@
|
|
_fvwm-perllib.1
|
|
|
|
install-exec-local:
|
|
- @rm -f $(DESTDIR)$(bindir)/xpmroot
|
|
- @$(LN_S) fvwm-root $(DESTDIR)$(bindir)/xpmroot || \
|
|
- echo "Minor warning: $(bindir)/xpmroot symlink was not created"
|
|
-
|
|
install-data-local:
|
|
- @rm -f $(DESTDIR)$(mandir)/man1/xpmroot.1
|
|
- @$(LN_S) fvwm-root.1 $(DESTDIR)$(mandir)/man1/xpmroot.1 || \
|
|
- echo "Minor warning: $(mandir)/man1/xpmroot.1 symlink was not created"
|
|
+
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|