summaryrefslogtreecommitdiff
path: root/audio/libmikmod/patches/patch-ac
blob: b88db9738007ee1825f9f0481184e911806ba527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-ac,v 1.5 2002/07/13 01:03:35 mycroft Exp $

--- configure.orig	Tue Jan 22 01:21:19 2002
+++ configure	Thu Jul 11 02:05:35 2002
@@ -1865,6 +1865,7 @@
 fi
 
 
+if false ; then
 # Check if makeinfo support html output. If it doesn't, pretend it's missing
 # rather than failing rebuilding the documentation.
 echo $ac_n "checking if makeinfo supports html output""... $ac_c" 1>&6
@@ -1887,6 +1888,7 @@
 else
 	MAKEINFO="$MAKEINFO --no-split"
 fi
+fi
 
 # ====================
 # Check for libraries.
@@ -2667,7 +2669,7 @@
 if eval "test \"`echo '$''{'libmikmod_cv_esd_needs_alsa'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
-  if (esd-config --libs 2>&1 |grep asound >/dev/null) 2>/dev/null
+  if ($ESD_CONFIG --libs 2>&1 |grep asound >/dev/null) 2>/dev/null
 		then
 			libmikmod_cv_esd_needs_alsa=yes
 		else