diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 01:41:57 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 01:41:57 +0000 |
commit | 69a255fd229218b722d82ad1314eb83cc2cb83bd (patch) | |
tree | 937e28f554a0f007ba8ac3c610ccd27b7b6093f6 /packages/sword/sword-1.5.9/gcc-visibility.patch | |
parent | ff220131472264146b9712efec29aa85596e8321 (diff) |
[python-]sword: move to nonworking
Diffstat (limited to 'packages/sword/sword-1.5.9/gcc-visibility.patch')
-rw-r--r-- | packages/sword/sword-1.5.9/gcc-visibility.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/sword/sword-1.5.9/gcc-visibility.patch b/packages/sword/sword-1.5.9/gcc-visibility.patch deleted file mode 100644 index f23a66767f..0000000000 --- a/packages/sword/sword-1.5.9/gcc-visibility.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/include/rawtext.h b/include/rawtext.h -index 32986fe..1304bf7 100644 ---- a/include/rawtext.h -+++ b/include/rawtext.h -@@ -43,7 +43,7 @@ public: - virtual ~RawText(); - virtual SWBuf &getRawEntryBuf(); - virtual void increment(int steps = 1); -- virtual void decrement(int steps = 1) { increment(-steps); } -+ virtual __attribute__((visibility("default"))) void decrement(int steps = 1) { increment(-steps); } - virtual signed char createSearchFramework( - void (*percent) (char, void *) = &nullPercent, - void *percentUserData = 0); -diff --git a/include/versekey.h b/include/versekey.h -index 0ca5e47..53084d9 100644 ---- a/include/versekey.h -+++ b/include/versekey.h -@@ -253,7 +253,7 @@ public: - */ - virtual const char *getText() const; - virtual const char *getShortText() const; -- virtual void setText(const char *ikey) { SWKey::setText(ikey); parse (); } -+ virtual __attribute__((visibility("default"))) void setText(const char *ikey) { SWKey::setText(ikey); parse (); } - virtual void copyFrom(const SWKey &ikey); - - /** Equates this VerseKey to another VerseKey |