9818ad37ea
9.9 Minor feature enhancements 24-Apr-2008 13:23 9.8 Minor bugfixes 12-Mar-2008 09:04 9.7 Minor feature enhancements 08-Feb-2008 16:11 9.6 Minor feature enhancements 26-Dec-2007 13:59 9.5 Minor feature enhancements 08-Nov-2007 08:04 9.4 Minor feature enhancements 29-Sep-2007 13:29 9.3 Documentation 23-Aug-2007 07:34 9.2 Minor feature enhancements 11-Jul-2007 20:21 9.1 Minor bugfixes 07-Jun-2007 14:22 9.0 Major feature enhancements 01-May-2007 06:12
13 lines
970 B
Text
13 lines
970 B
Text
$NetBSD: patch-aa,v 1.5 2008/04/28 12:47:44 wiz Exp $
|
|
|
|
--- configure.orig 2008-04-24 19:29:25.000000000 +0200
|
|
+++ configure
|
|
@@ -24530,7 +24530,7 @@ fi
|
|
if test "$ac_snd_have_extension_language" = no ; then
|
|
if test "$ac_snd_have_gui" = no ; then
|
|
if test "$ac_cv_header_dlfcn_h" = yes ; then
|
|
- LDFLAGS="$LDFLAGS -ldl"
|
|
+ LDFLAGS="$LDFLAGS ${DL_LDFLAGS} ${DL_LIBS}"
|
|
fi
|
|
{ $as_echo "$as_me:$LINENO: WARNING: Snd needs either an extension language (Guile or Ruby), or a graphics toolkit (Gtk or Motif), or preferably both. All four packages are available free, normally prepackaged and ready-to-use. As currently configured, this version of Snd is useless." >&5
|
|
$as_echo "$as_me: WARNING: Snd needs either an extension language (Guile or Ruby), or a graphics toolkit (Gtk or Motif), or preferably both. All four packages are available free, normally prepackaged and ready-to-use. As currently configured, this version of Snd is useless." >&2;}
|