python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / smpeg / libx11.patch
blob8611073780f3559ae0d5d65aa5ea124181f65471
1 Index: smpeg-0.4.5+cvs20030824/Makefile.am
2 ===================================================================
3 --- smpeg-0.4.5+cvs20030824.orig/Makefile.am
4 +++ smpeg-0.4.5+cvs20030824/Makefile.am
5 @@ -74,7 +74,7 @@
7 # Sources for gtv
8 gtv_SOURCES = gtv.c gtv.h
9 -gtv_LDADD = @GTK_LIBS@ libsmpeg.la
10 +gtv_LDADD = @GTK_LIBS@ @X11_LIBS@ libsmpeg.la
12 # Sources for glmovie
13 glmovie_SOURCES = glmovie-tile.c glmovie.c glmovie.h
14 Index: smpeg-0.4.5+cvs20030824/configure.in
15 ===================================================================
16 --- smpeg-0.4.5+cvs20030824.orig/configure.in
17 +++ smpeg-0.4.5+cvs20030824/configure.in
18 @@ -215,6 +215,7 @@
19 CFLAGS="$CFLAGS $GTK_CFLAGS"
21 AC_SUBST(GTK_LIBS)
22 + PKG_CHECK_MODULES([X11], [x11])
24 AM_CONDITIONAL(HAVE_GTK, test x$have_gtk = xyes)