summaryrefslogtreecommitdiff
path: root/editors/poedit/patches/patch-aa
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-09 18:33:17 +0000
committerminskim <minskim@pkgsrc.org>2005-10-09 18:33:17 +0000
commit00800f12c901f61afb27fb6644d68bc733828e24 (patch)
tree2ab30afc907f7647166b7d79a2ec62ad71995bcc /editors/poedit/patches/patch-aa
parent22b947030e635b03dd478110629e59c8344968d0 (diff)
downloadpkgsrc-00800f12c901f61afb27fb6644d68bc733828e24.tar.gz
Update poedit to 1.3.4.
Changes since 1.2.5: - build with wxGTK-2.6 - use standard accelerators for Close command - added ability to create bookmarks (Olivier Sannier) - improved status icons (Olivier Sannier) - more robust parsing of catalog headers - saving into read-only file now fails as expected - added "New catalog from POT file" feature - added ability to display automatic comments in the UI - added ability to search comments - added checking of input files' correctness - plural forms support - fixed catalog I/O to correctly handle automatic comments - usability improvements - added more translations - many bug fixes
Diffstat (limited to 'editors/poedit/patches/patch-aa')
-rw-r--r--editors/poedit/patches/patch-aa36
1 files changed, 0 insertions, 36 deletions
diff --git a/editors/poedit/patches/patch-aa b/editors/poedit/patches/patch-aa
deleted file mode 100644
index 4fd7d92f27e..00000000000
--- a/editors/poedit/patches/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/04/27 21:58:15 dmcmahill Exp $
-
---- configure.in.orig Sun Jan 25 22:16:53 2004
-+++ configure.in
-@@ -12,19 +12,19 @@ AC_CANONICAL_TARGET
-
- dnl cross-compiling support: we're cross compiling if the build system is
- dnl different from the target one (assume host and target be always the same)
--if test "$build" != "$host" ; then
-- CC=$host_alias-gcc
-- CXX=$host_alias-c++
-- AR=$host_alias-ar
-- RANLIB=$host_alias-ranlib
-- DLLTOOL=$host_alias-dlltool
-- RESCOMP=$host_alias-windres
-- LD=$host_alias-ld
-- NM=$host_alias-nm
-- STRIP=$host_alias-strip
--else
-+#if test "$build" != "$host" ; then
-+# CC=$host_alias-gcc
-+# CXX=$host_alias-c++
-+# AR=$host_alias-ar
-+# RANLIB=$host_alias-ranlib
-+# DLLTOOL=$host_alias-dlltool
-+# RESCOMP=$host_alias-windres
-+# LD=$host_alias-ld
-+# NM=$host_alias-nm
-+# STRIP=$host_alias-strip
-+#else
- RESCOMP=windres
--fi
-+#fi
-
- AM_INIT_AUTOMAKE
- AM_MAINTAINER_MODE