- 20100327 snapshot - drop unused patch - fix build on F-13+ by linking against libgif instead of libungifel8
parent
4f61d65217
commit
ad4c5ab0d0
@ -1,2 +1,2 @@
|
||||
Blue-1.7.tar.bz2
|
||||
mplayer-export-2010-01-16.tar.bz2
|
||||
mplayer-export-2010-03-27.tar.bz2
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -up mplayer-export-2010-03-27/configure.libgif mplayer-export-2010-03-27/configure
|
||||
--- mplayer-export-2010-03-27/configure.libgif 2010-03-27 22:56:17.000000000 +0100
|
||||
+++ mplayer-export-2010-03-27/configure 2010-03-28 00:37:40.000000000 +0100
|
||||
@@ -5246,7 +5246,7 @@ cat > $TMPC << EOF
|
||||
#include <gif_lib.h>
|
||||
int main(void) { return 0; }
|
||||
EOF
|
||||
- for _ld_gif in "-lungif" "-lgif" ; do
|
||||
+ for _ld_gif in "-lgif" "-lungif" ; do
|
||||
cc_check $_ld_gif && _gif=yes && break
|
||||
done
|
||||
fi
|
Loading…
Reference in new issue