about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/jwm/0001-Fix-Gettext-Requirement.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/jwm/0001-Fix-Gettext-Requirement.patch')
-rw-r--r--pkgs/applications/window-managers/jwm/0001-Fix-Gettext-Requirement.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/applications/window-managers/jwm/0001-Fix-Gettext-Requirement.patch b/pkgs/applications/window-managers/jwm/0001-Fix-Gettext-Requirement.patch
deleted file mode 100644
index f7b6a4cb9f16f..0000000000000
--- a/pkgs/applications/window-managers/jwm/0001-Fix-Gettext-Requirement.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 347d325..dce95a0 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -489,7 +489,8 @@ fi
- ############################################################################
- AM_ICONV
- AM_GNU_GETTEXT([external])
--AM_GNU_GETTEXT_VERSION([0.19])
-+AM_GNU_GETTEXT_VERSION([0.19.6])
-+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])
- LDFLAGS="$LDFLAGS $LIBINTL $LIBICONV"
- 
- ############################################################################