summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-03-31 14:27:10 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-03-31 14:27:10 +0000
commit7a8bf5d2c2439c8b1253991b22f255b1c7eec8e2 (patch)
tree400343c8ce7dafd36fcd814aa565261ac6984c76 /app-text/kbibtex/files
parentx86 stable (diff)
downloadhistorical-7a8bf5d2c2439c8b1253991b22f255b1c7eec8e2.tar.gz
historical-7a8bf5d2c2439c8b1253991b22f255b1c7eec8e2.tar.bz2
historical-7a8bf5d2c2439c8b1253991b22f255b1c7eec8e2.zip
Add a gcc-4.1 compile patch from bug #126951
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'app-text/kbibtex/files')
-rw-r--r--app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch11
-rw-r--r--app-text/kbibtex/files/kbibtex-gcc-4.1.patch11
2 files changed, 11 insertions, 11 deletions
diff --git a/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch b/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch
deleted file mode 100644
index b2b19d747c5f..000000000000
--- a/app-text/kbibtex/files/kbibtex-0.1.2-strings-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur kbibtex-0.1.2_orig/src/bibtexstring.cpp kbibtex-0.1.2/src/bibtexstring.cpp
---- kbibtex-0.1.2_orig/src/bibtexstring.cpp 2005-09-30 17:12:30.000000000 +0200
-+++ kbibtex-0.1.2/src/bibtexstring.cpp 2005-09-30 17:12:48.000000000 +0200
-@@ -112,6 +112,7 @@
- else result.append( "\"" );
-
- result.append( " }" );
-+ return result;
- }
- break;
- case BibTeXFile::formatXML:
diff --git a/app-text/kbibtex/files/kbibtex-gcc-4.1.patch b/app-text/kbibtex/files/kbibtex-gcc-4.1.patch
new file mode 100644
index 000000000000..9ce661e4327e
--- /dev/null
+++ b/app-text/kbibtex/files/kbibtex-gcc-4.1.patch
@@ -0,0 +1,11 @@
+--- src/kbibtexlistview.h.orig 2005-11-29 13:43:15.000000000 +0100
++++ src/kbibtexlistview.h 2006-03-20 14:17:54.000000000 +0100
+@@ -62,7 +62,7 @@
+ // BibTeX::BibTeXFile *selectedElements();
+
+ void enabledActions();
+- bool KBibTeXListView::acceptDrag( QDropEvent *event ) const;
++ bool acceptDrag( QDropEvent *event ) const;
+
+ public slots:
+ void filterText( const QString&text );