forked from pool/libquicktime
e2d0b8223a
- fix baselibs.conf - allow GTK deprectaed functions OBS-URL: https://build.opensuse.org/request/show/70624 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=21
28 lines
642 B
Diff
28 lines
642 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -398,7 +398,8 @@ AM_CONDITIONAL(HAVE_GTK, test x$have_gtk
|
|
AC_SUBST(GTK_REQUIRED)
|
|
|
|
dnl Always be in sync with the newest gtk
|
|
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
|
|
+dnl Ha ha! I thwart thee!
|
|
+GTK_CFLAGS="$GTK_CFLAGS"
|
|
|
|
dnl
|
|
dnl Check for libdv
|
|
Index: configure
|
|
===================================================================
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -15899,7 +15899,7 @@ fi
|
|
|
|
|
|
|
|
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
|
|
+GTK_CFLAGS="$GTK_CFLAGS"
|
|
|
|
|
|
have_libdv="false"
|