- PIC patch from Mike Frysinger <vapier@gentoo.org> (#146596) - Re-enable asm on i386epel9
parent
190fcb19db
commit
b73f139ece
@ -1 +1,2 @@
|
||||
libdv-0.104.tar.gz
|
||||
libdv-1.0.0.tar.gz
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- libdv-1.0.0/configure.ac.orig 2007-01-19 15:48:43.000000000 -0500
|
||||
+++ libdv-1.0.0/configure.ac 2007-01-19 15:50:08.000000000 -0500
|
||||
@@ -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.1.0 gtk+-x11-2.0 >= 2.1.0'
|
||||
PKG_CHECK_MODULES(GTK,$REQUIRES,have_gtk="true",have_gtk="false")
|
||||
AC_DEFINE(HAVE_GTK)
|
||||
fi
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue