3f4fa4c6b9
- Fixed crash with long titles in the window list menu (buffer overflow) - fixed crash when removing menu entry for Window List or Workspace submenu - Replaced almost all sprintf() calls with snprintf() - Fixed some non-portable shell constructs used in installed scripts - removed FocusFollowMouse from wmaker and WPrefs - fixed problem with alpha images showing a blue tint on big endian machines - fixed problem with WINGs based apps exiting with a "X_RotateProperties" related error when text was selected in a textfiled (including WPrefs.app and Window Maker itself). - fixed bug with maximization of windows with fixed resize increments - added None geometry display type - fixed window enumeration bug - removed GNUisms from wsetfont - added slovakian translations - added WINGs i18n patch - fixed wmsetbg.c to work in servers capable of multiple depths (overlay) - added HMaximizeKey - fixed bad SIGPIPE handling setup across forks - added workaround for bug in locale handling on font set creation
21 lines
988 B
Plaintext
21 lines
988 B
Plaintext
$OpenBSD: patch-util_Makefile_in,v 1.1 2001/08/01 09:04:41 wilfried Exp $
|
|
--- util/Makefile.in.orig Mon Jul 23 22:03:14 2001
|
|
+++ util/Makefile.in Wed Aug 1 10:18:21 2001
|
|
@@ -127,13 +127,13 @@ seticons_LDADD = $(liblist)
|
|
|
|
geticonset_LDADD = $(liblist)
|
|
|
|
-wmagnify_LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@ @DLLIBS@
|
|
+wmagnify_LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@ @INTLIBS@ @DLLIBS@
|
|
|
|
|
|
-wmsetup_LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@ @DLLIBS@
|
|
+wmsetup_LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@ @INTLIBS@ @DLLIBS@
|
|
|
|
|
|
-wmsetbg_LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@ @DLLIBS@
|
|
+wmsetbg_LDADD = $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@ @INTLIBS@ @DLLIBS@
|
|
|
|
|
|
CLEANFILES = wmaker.inst wmchlocale
|