summaryrefslogtreecommitdiff
path: root/print/kbibtex
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2012-03-26 09:15:04 +0000
committermarkd <markd@pkgsrc.org>2012-03-26 09:15:04 +0000
commit94394d3b9a71f154b0ec39e4dfb1a1427d868d96 (patch)
treed31749f69489c5deac793b55f6be19d56b8e3a2a /print/kbibtex
parent2f318b4d6b650a1a4cea1874e8468ff1bb9c0833 (diff)
downloadpkgsrc-94394d3b9a71f154b0ec39e4dfb1a1427d868d96.tar.gz
fix build failure that occurs when random order of includes in a
generated file did not happen to include <KSharedConfig> prior to its need here.
Diffstat (limited to 'print/kbibtex')
-rw-r--r--print/kbibtex/distinfo3
-rw-r--r--print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/print/kbibtex/distinfo b/print/kbibtex/distinfo
index e2da9dede20..c056945a278 100644
--- a/print/kbibtex/distinfo
+++ b/print/kbibtex/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.5 2012/03/22 07:06:24 markd Exp $
+$NetBSD: distinfo,v 1.6 2012/03/26 09:15:04 markd Exp $
SHA1 (kbibtex-0.4.tar.bz2) = 23eb1380bc737b57f35125d28d2066ebb19ed71b
RMD160 (kbibtex-0.4.tar.bz2) = 42654063d89441bae7ee85796cc06ee2ad5a2c4e
Size (kbibtex-0.4.tar.bz2) = 191138 bytes
SHA1 (patch-CMakeLists.txt) = 41c6e553dfb3ccc7aa60535145ac333ed18f019d
+SHA1 (patch-src_gui_bibtex_bibtexfileview.h) = 760846c86bcb266c538f35e4951c5f9b68800f0d
SHA1 (patch-src_gui_preferences_settingsabstractwidget.h) = cbcf24969856687e6448d4f5f66d352edc283231
SHA1 (patch-src_libkbibtexio_iconvlatex.cpp) = 0a5a05f8babd5baa791062e3d74052937f64d087
diff --git a/print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h b/print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h
new file mode 100644
index 00000000000..5a40d0c596e
--- /dev/null
+++ b/print/kbibtex/patches/patch-src_gui_bibtex_bibtexfileview.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_gui_bibtex_bibtexfileview.h,v 1.1 2012/03/26 09:15:04 markd Exp $
+
+--- src/gui/bibtex/bibtexfileview.h.orig 2011-11-20 20:36:54.000000000 +0000
++++ src/gui/bibtex/bibtexfileview.h
+@@ -21,6 +21,7 @@
+ #define KBIBTEX_GUI_BIBTEXFILEVIEW_H
+
+ #include <QTreeView>
++#include <KSharedConfig>
+
+ #include <kbibtexgui_export.h>
+