diff options
author | 2003-09-10 19:06:34 +0000 | |
---|---|---|
committer | 2003-09-10 19:06:34 +0000 | |
commit | 953ba1a51f187c15519ac6d5b2108c9b45166aa6 (patch) | |
tree | 9d87194ecdfc99dadaca63274fdf85d4f554ceba /media-libs/libdv/files/libdv-0.99-disablegtk.patch | |
parent | games-mud (diff) | |
download | historical-953ba1a51f187c15519ac6d5b2108c9b45166aa6.tar.gz historical-953ba1a51f187c15519ac6d5b2108c9b45166aa6.tar.bz2 historical-953ba1a51f187c15519ac6d5b2108c9b45166aa6.zip |
Re-add dev-util/pkgconfig to DEPEND and add -lXext to the Xv check of the disablegtk patch. Fixes bug 27139. Thanks to Marc Bevand for the suggestion.
Diffstat (limited to 'media-libs/libdv/files/libdv-0.99-disablegtk.patch')
-rw-r--r-- | media-libs/libdv/files/libdv-0.99-disablegtk.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libdv/files/libdv-0.99-disablegtk.patch b/media-libs/libdv/files/libdv-0.99-disablegtk.patch index b3329d831182..96d1313e125c 100644 --- a/media-libs/libdv/files/libdv-0.99-disablegtk.patch +++ b/media-libs/libdv/files/libdv-0.99-disablegtk.patch @@ -42,7 +42,7 @@ diff -ruN libdv-0.99/configure libdv-0.99/configure else ac_check_lib_save_LIBS=$LIBS -LIBS="-lXv $GTK_LIBS $LIBS" -+LIBS="-lXv -L/usr/X11R6/lib $LIBS" ++LIBS="-lXv -lXext -L/usr/X11R6/lib $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" |