~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to debian/patches/okteta_optional_structures_tool.diff

  • Committer: Package Import Robot
  • Author(s): Pino Toscano, Andreas Cord-Landwehr
  • Date: 2014-01-18 10:13:08 UTC
  • mfrom: (1.3.21)
  • Revision ID: package-import@ubuntu.com-20140118101308-3o17vgglnms0emch
Tags: 4:4.5.2-1
* Team upload.
* New upstream release.

[ Andreas Cord-Landwehr ]
* Remove patch okteta_optional_structures_tool.diff, applied upstream.
* Bump build dependency for kdevplatform-dev to 1.5.2.
* Bump Standards-Version to 3.9.5: no changes needed.
* Update debian/watch file to track xz compressed tarballs (Closes: #731896)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Andreas Cord-Landwehr <cola@uni-paderborn.de>
2
 
Description: Add missing compile switch for including header files that
3
 
 are only compiled on little endian.
4
 
Last-Update: 2012-03-15
5
 
Forwarded: no
6
 
 
7
 
--- a/utils/okteta/oktetaplugin.cpp
8
 
+++ b/utils/okteta/oktetaplugin.cpp
9
 
@@ -43,8 +43,10 @@
10
 
 #include <bytetabletoolfactory.h>
11
 
 #include <bookmarkstoolviewfactory.h>
12
 
 #include <bookmarkstoolfactory.h>
13
 
+#ifndef BIG_ENDIAN 
14
 
 #include <structurestoolviewfactory.h>
15
 
 #include <structurestoolfactory.h>
16
 
+#endif
17
 
 // Okteta Kasten
18
 
 #if KASTEN_VERSION == 2
19
 
 #include <bytearrayviewprofilemanager.h>