SHA256
1
0
forked from pool/libdv
Files
libdv/libdv-gtk2.patch
Takashi Iwai 0f2e01d39b Accepting request 1190993 from home:fkastl:gcc14
- Add -Wno-incompatible-pointer-types to CFLAGS to enable building
  for 32bit with GCC 14.

If the request is ok, please forward it to factory soon so that it
is ready when the default compiler is switched.

OBS-URL: https://build.opensuse.org/request/show/1190993
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdv?expand=0&rev=27
2024-08-05 14:02:57 +00:00

25 lines
855 B
Diff

diff -urNad libdv-1.0.0~/configure libdv-1.0.0/configure
--- libdv-1.0.0~/configure 2006-09-25 16:11:47.000000000 -0400
+++ libdv-1.0.0/configure 2009-03-24 14:34:21.000000000 -0400
@@ -20082,7 +20082,7 @@
have_gtk="false"
if $use_gtk; then
- REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4'
+ REQUIRES='glib-2.0 >= 2.0.0 gtk+-2.0 >= 2.0.0'
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
diff -urNad libdv-1.0.0~/configure.ac libdv-1.0.0/configure.ac
--- libdv-1.0.0~/configure.ac 2006-08-06 17:38:30.000000000 -0400
+++ libdv-1.0.0/configure.ac 2009-03-24 14:34:45.000000000 -0400
@@ -162,7 +162,7 @@
dnl Checks for libraries.
have_gtk="false"
if $use_gtk; then
- REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4'
+ REQUIRES='glib-2.0 >= 2.0.0 gtk+-2.0 >= 2.0.0'
PKG_CHECK_MODULES(GTK,$REQUIRES,have_gtk="true",have_gtk="false")
AC_DEFINE(HAVE_GTK)
fi