diff --git a/audio/xmms-bezier/distinfo b/audio/xmms-bezier/distinfo index 95f7caa09ccd..b74c37506ada 100644 --- a/audio/xmms-bezier/distinfo +++ b/audio/xmms-bezier/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2004/12/28 15:00:50 wiz Exp $ SHA1 (bezier-0.0.3.tar.gz) = 682c634a02943add289de0e0a5ea60de4640babc Size (bezier-0.0.3.tar.gz) = 129507 bytes +SHA1 (patch-aa) = 1c84d71205e5903de83a670d3057b16edf2cfd12 diff --git a/audio/xmms-bezier/patches/patch-aa b/audio/xmms-bezier/patches/patch-aa new file mode 100644 index 000000000000..ddfe953eef37 --- /dev/null +++ b/audio/xmms-bezier/patches/patch-aa @@ -0,0 +1,40 @@ +$NetBSD: patch-aa,v 1.1 2004/12/28 15:00:50 wiz Exp $ + +--- configure.orig 2004-12-28 15:55:24.000000000 +0100 ++++ configure +@@ -3308,7 +3308,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lMesaGL $LIBS" ++LIBS="-lMesaGL -lXext $LIBS" + cat > conftest.$ac_ext <&6 +- OPENGL_LIBS="-lMesaGL" ++ OPENGL_LIBS="-lMesaGL -lXext" + else + echo "$ac_t""no" 1>&6 + { echo "configure: error: *** OpenGL libs not found - please install first ***" 1>&2; exit 1; } +@@ -3422,7 +3422,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lMesaGLU $LIBS" ++LIBS="-lMesaGLU -lXext $LIBS" + cat > conftest.$ac_ext <> confdefs.h <<\EOF + #define HAVE_GLU 1 + EOF +- OPENGL_LIBS="$OPENGL_LIBS -l MesaGLU" ++ OPENGL_LIBS="$OPENGL_LIBS -lMesaGLU -lXext" + else + echo "$ac_t""no" 1>&6 + fi