summaryrefslogtreecommitdiff
path: root/wm/icewm/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icewm/patches/patch-af')
-rw-r--r--wm/icewm/patches/patch-af37
1 files changed, 12 insertions, 25 deletions
diff --git a/wm/icewm/patches/patch-af b/wm/icewm/patches/patch-af
index 4f6abcfaa59..853430ec851 100644
--- a/wm/icewm/patches/patch-af
+++ b/wm/icewm/patches/patch-af
@@ -1,26 +1,13 @@
-$NetBSD: patch-af,v 1.4 2002/03/08 23:17:26 jmc Exp $
+$NetBSD: patch-af,v 1.5 2003/06/03 16:04:46 jmmv Exp $
---- configure.in.orig Tue Oct 9 14:54:02 2001
-+++ configure.in Fri Mar 8 23:07:20 2002
-@@ -409,6 +409,13 @@
- AC_DEFINE(NO_CONFIGURE, 1, [Define to disable preferences support.])
- fi
-
-+AC_ARG_ENABLE(apm,
-+ [ --disable-apm Don't enable the APM status applet])
-+ if test "$enable_apm" != "no"; then
-+ AC_DEFINE(CONFIG_APPLET_APM, 1, [APM status applet])
-+ fi
-+
-+
- AC_ARG_ENABLE(keyconf,
- [ --disable-keyconf Disable configurable keybindings])
- if test "$enable_keyconf" = "no"; then
-@@ -440,7 +447,6 @@
- AC_DEFINE(CONFIG_APPLET_CPU_STATUS, 1, [CPU status applet])
- AC_DEFINE(CONFIG_APPLET_NET_STATUS, 1, [Network status applet])
- AC_DEFINE(CONFIG_APPLET_CLOCK, 1, [LCD clock applet])
-- AC_DEFINE(CONFIG_APPLET_APM, 1, [APM status applet])
- AC_DEFINE(CONFIG_ADDRESSBAR, 1, [Address bar])
- AC_DEFINE(CONFIG_WINLIST, 1, [OS/2 like window list])
- AC_DEFINE(CONFIG_WINMENU, 1, [Window menu])
+--- po/Makefile.in.orig 2003-06-03 16:31:49.000000000 +0200
++++ po/Makefile.in
+@@ -29,7 +29,7 @@ all: $(MOFILES)
+ install: all
+ @echo "Installing message catalogues in $(DESTDIR)$(LOCDIR)"
+ @for catalog in $(MOFILES); do \
+- lang=`echo $${catalog} | sed -e 's/.mo//'` ; \
++ lang=`echo $${catalog} | sed -e 's/.mo//' -e 's/.po//'` ; \
+ msgdir="$(DESTDIR)$(LOCDIR)/$${lang}/LC_MESSAGES"; \
+ echo "Installing language: $${lang}" ; \
+ $(INSTALLDIR) "$${msgdir}"; \