[rhythmbox] build: don't define __EXTENSIONS__



commit 5cc05a5f95d75af80a42535e3b9a2418c5bc878e
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Jan 19 16:52:23 2022 +1000

    build: don't define __EXTENSIONS__
    
    This Solaris-specific #define was added many years ago and doesn't seem
    to be necessary to build on current illumos, so it can go.

 plugins/android/rb-android-plugin.c                     | 2 --
 plugins/android/rb-android-source.c                     | 2 --
 plugins/audiocd/rb-audiocd-plugin.c                     | 2 --
 plugins/audioscrobbler/rb-audioscrobbler-entry.c        | 2 --
 plugins/audioscrobbler/rb-audioscrobbler.c              | 2 --
 plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c | 2 --
 plugins/generic-player/rb-generic-player-plugin.c       | 2 --
 plugins/generic-player/rb-generic-player-source.c       | 2 --
 plugins/generic-player/rb-nokia770-source.c             | 2 --
 plugins/generic-player/rb-psp-source.c                  | 2 --
 remote/dbus/meson.build                                 | 1 -
 shell/meson.build                                       | 1 -
 12 files changed, 22 deletions(-)
---
diff --git a/plugins/android/rb-android-plugin.c b/plugins/android/rb-android-plugin.c
index 8704a8539..76d736f50 100644
--- a/plugins/android/rb-android-plugin.c
+++ b/plugins/android/rb-android-plugin.c
@@ -26,8 +26,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
  */
 
-#define __EXTENSIONS__
-
 #include <config.h>
 
 #include <string.h> /* For strlen */
diff --git a/plugins/android/rb-android-source.c b/plugins/android/rb-android-source.c
index 6f511868a..84168d42d 100644
--- a/plugins/android/rb-android-source.c
+++ b/plugins/android/rb-android-source.c
@@ -25,8 +25,6 @@
  *
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <string.h>
diff --git a/plugins/audiocd/rb-audiocd-plugin.c b/plugins/audiocd/rb-audiocd-plugin.c
index 70a9fba98..c914043d8 100644
--- a/plugins/audiocd/rb-audiocd-plugin.c
+++ b/plugins/audiocd/rb-audiocd-plugin.c
@@ -27,8 +27,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <string.h> /* For strlen */
diff --git a/plugins/audioscrobbler/rb-audioscrobbler-entry.c 
b/plugins/audioscrobbler/rb-audioscrobbler-entry.c
index cfac5fb71..b4032e74d 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler-entry.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler-entry.c
@@ -26,8 +26,6 @@
  *
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <string.h>
diff --git a/plugins/audioscrobbler/rb-audioscrobbler.c b/plugins/audioscrobbler/rb-audioscrobbler.c
index 66dc6f1d5..3fa05643f 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler.c
@@ -28,8 +28,6 @@
  *
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <errno.h>
diff --git a/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c 
b/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
index 68d8cd4f6..ad67e6179 100644
--- a/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
+++ b/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
@@ -26,8 +26,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <errno.h>
diff --git a/plugins/generic-player/rb-generic-player-plugin.c 
b/plugins/generic-player/rb-generic-player-plugin.c
index c61ce49f1..c69aabbe5 100644
--- a/plugins/generic-player/rb-generic-player-plugin.c
+++ b/plugins/generic-player/rb-generic-player-plugin.c
@@ -26,8 +26,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA.
  */
 
-#define __EXTENSIONS__
-
 #include <config.h>
 
 #include <string.h> /* For strlen */
diff --git a/plugins/generic-player/rb-generic-player-source.c 
b/plugins/generic-player/rb-generic-player-source.c
index b8b0ff68e..9c74351bc 100644
--- a/plugins/generic-player/rb-generic-player-source.c
+++ b/plugins/generic-player/rb-generic-player-source.c
@@ -26,8 +26,6 @@
  *
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <string.h>
diff --git a/plugins/generic-player/rb-nokia770-source.c b/plugins/generic-player/rb-nokia770-source.c
index f13227cef..1bd19a2c1 100644
--- a/plugins/generic-player/rb-nokia770-source.c
+++ b/plugins/generic-player/rb-nokia770-source.c
@@ -26,8 +26,6 @@
  *
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <string.h>
diff --git a/plugins/generic-player/rb-psp-source.c b/plugins/generic-player/rb-psp-source.c
index 4f422deeb..be6358ebc 100644
--- a/plugins/generic-player/rb-psp-source.c
+++ b/plugins/generic-player/rb-psp-source.c
@@ -26,8 +26,6 @@
  *
  */
 
-#define __EXTENSIONS__
-
 #include "config.h"
 
 #include <string.h>
diff --git a/remote/dbus/meson.build b/remote/dbus/meson.build
index 5bd0d840e..0f053a2b6 100644
--- a/remote/dbus/meson.build
+++ b/remote/dbus/meson.build
@@ -4,7 +4,6 @@ client_c_args = [
   '-DPIXMAP_DIR="' + datadir + '/pixmaps"',
   '-DSHARE_DIR="' + pkgdatadir + '"',
   '-DDATADIR="' + datadir + '"',
-  '-D__EXTENSIONS__',
 ]
 
 executable('rhythmbox-client',
diff --git a/shell/meson.build b/shell/meson.build
index f5a33b4c5..23db7921a 100644
--- a/shell/meson.build
+++ b/shell/meson.build
@@ -79,7 +79,6 @@ shell_c_args = [
   '-DSHARE_DIR="' + pkgdatadir + '"',
   '-DDATADIR="' + datadir + '"',
   '-DLIBDIR="' + libdir + '"',
-  '-D__EXTENSIONS__',
 ]
 
 rhythmbox_core_dependencies = [gobject_introspection, libpeas]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]