summaryrefslogtreecommitdiffstats
path: root/desktop/icewm/patches
diff options
context:
space:
mode:
author Robby Workman2013-11-24 08:47:10 +0100
committer Robby Workman2013-11-24 08:47:10 +0100
commit5ff5682eb98c3377d2027f55cf8792c97bc5bb76 (patch)
tree574b9ef43707d5389ff7eb5de0ad1347a8f67fc4 /desktop/icewm/patches
parent2ea8b3208fddb234e675026e43eb4c77c442b571 (diff)
downloadslackbuilds-5ff5682eb98c3377d2027f55cf8792c97bc5bb76.tar.gz
desktop/icewm: Updated for version 1.3.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/icewm/patches')
-rw-r--r--desktop/icewm/patches/icewm-1.3.x-fix_html_docdir.diff (renamed from desktop/icewm/patches/icewm-1.3.7-fix_html_docdir.diff)0
-rw-r--r--desktop/icewm/patches/use_ICEWM_deprecated.patch21
2 files changed, 0 insertions, 21 deletions
diff --git a/desktop/icewm/patches/icewm-1.3.7-fix_html_docdir.diff b/desktop/icewm/patches/icewm-1.3.x-fix_html_docdir.diff
index b3818625fe..b3818625fe 100644
--- a/desktop/icewm/patches/icewm-1.3.7-fix_html_docdir.diff
+++ b/desktop/icewm/patches/icewm-1.3.x-fix_html_docdir.diff
diff --git a/desktop/icewm/patches/use_ICEWM_deprecated.patch b/desktop/icewm/patches/use_ICEWM_deprecated.patch
deleted file mode 100644
index 3533d31e34..0000000000
--- a/desktop/icewm/patches/use_ICEWM_deprecated.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Don't use "deprecated" as identifier, will FTBFS if another
- library defines functions as deprecated.
-Author: Andreas Moog <amoog@ubuntu.com>
-Bug: https://sourceforge.net/tracker/?func=detail&aid=3494034&group_id=31&atid=100031
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/935179
-Forwarded: Yes
-
---- icewm-1.3.7.orig/src/base.h
-+++ icewm-1.3.7/src/base.h
-@@ -2,9 +2,9 @@
- #define __BASE_H
-
- #if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3
--#define deprecated __attribute__((deprecated))
-+#define ICEWM_deprecated __attribute__((deprecated))
- #else
--#define deprecated
-+#define ICEWM_deprecated
- #endif
-
- /*** Atomar Data Types ********************************************************/