summaryrefslogtreecommitdiff
path: root/editors/gtranslator
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-11 22:07:07 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-11 22:07:07 +0000
commit58c7d921e0eef1909a6cf7d44a1dfc5a773b1794 (patch)
tree4dad0baa86e0a7607a0d4a953b5f33c28d792178 /editors/gtranslator
parent77f4d8d631910c349cb12112345b8e2c46514e6a (diff)
downloadpkgsrc-58c7d921e0eef1909a6cf7d44a1dfc5a773b1794.tar.gz
Don't use -I without argument.
Diffstat (limited to 'editors/gtranslator')
-rw-r--r--editors/gtranslator/distinfo3
-rw-r--r--editors/gtranslator/patches/patch-plugins_translation-memory_gda_Makefile.in12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/gtranslator/distinfo b/editors/gtranslator/distinfo
index 4ccff4f150a..d7431eef2d0 100644
--- a/editors/gtranslator/distinfo
+++ b/editors/gtranslator/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2014/02/21 20:24:45 joerg Exp $
+$NetBSD: distinfo,v 1.10 2014/12/11 22:07:07 joerg Exp $
SHA1 (gtranslator-2.91.6.tar.xz) = d2071076ad0dbe8b84d0fc7947e7561af14f5d3a
RMD160 (gtranslator-2.91.6.tar.xz) = 93c7f10a00d77d5d96eee655eab1a800a3a657f8
Size (gtranslator-2.91.6.tar.xz) = 2235796 bytes
SHA1 (patch-plugins_codeview_gtr-viewer.c) = 1aea4a053788685003997a35f3cced73b19227fd
+SHA1 (patch-plugins_translation-memory_gda_Makefile.in) = e48403bf53c82d9fedce734f0244c621e7449c33
diff --git a/editors/gtranslator/patches/patch-plugins_translation-memory_gda_Makefile.in b/editors/gtranslator/patches/patch-plugins_translation-memory_gda_Makefile.in
new file mode 100644
index 00000000000..d00651d2b02
--- /dev/null
+++ b/editors/gtranslator/patches/patch-plugins_translation-memory_gda_Makefile.in
@@ -0,0 +1,12 @@
+$NetBSD: patch-plugins_translation-memory_gda_Makefile.in,v 1.1 2014/12/11 22:07:07 joerg Exp $
+
+--- plugins/translation-memory/gda/Makefile.in.orig 2014-12-11 20:56:22.000000000 +0000
++++ plugins/translation-memory/gda/Makefile.in
+@@ -307,7 +307,6 @@ INCLUDES = \
+ -I$(top_srcdir)/src \
+ -I$(top_builddir)/src \
+ -I$(top_srcdir)/plugins/translation-memory \
+- -I$(headerdir) \
+ $(GTRANSLATOR_CFLAGS) \
+ $(WARN_CFLAGS) \
+ $(DISABLE_DEPRECATED)