summaryrefslogtreecommitdiff
path: root/audio/libvisual/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvisual/patches/patch-ac')
-rw-r--r--audio/libvisual/patches/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/libvisual/patches/patch-ac b/audio/libvisual/patches/patch-ac
new file mode 100644
index 00000000000..70cf9d6db86
--- /dev/null
+++ b/audio/libvisual/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/11/05 20:55:48 wiz Exp $
+
+--- configure.orig 2004-10-14 15:40:28.000000000 +0200
++++ configure
+@@ -21856,7 +21856,7 @@ if test "${ac_cv_lib_GL_glBegin+set}" =
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lGL $LIBS"
++LIBS="-lGL -lXext -lm $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -21918,7 +21918,7 @@ if test $ac_cv_lib_GL_glBegin = yes; the
+ #define HAVE_LIBGL 1
+ _ACEOF
+
+- LIBS="-lGL $LIBS"
++ LIBS="-lGL -lXext -lm $LIBS"
+
+ else
+ { echo "$as_me:$LINENO: WARNING: *** GL headers has been found, but we cannot link against GL Library.