summaryrefslogtreecommitdiff
path: root/audio/xsidplay/patches/patch-ad
blob: af0a8bf61bdd3336ec18a769f2b44d29d14e3c11 (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
$NetBSD: patch-ad,v 1.3 2000/03/23 22:07:14 dmcmahill Exp $

--- configure.orig	Sun Jul  4 03:11:29 1999
+++ configure	Thu Mar 23 16:40:15 2000
@@ -1407,5 +1407,5 @@
 	for i in $qt_libdirs;
 	do
-	  for j in libqt.so libqt.so.1.40 libqt.so.1.41 libqt.so.1 libqt.a libqt.sl;
+	  for j in libqt1.so libqt1.so.1.40 libqt1.so.1.41 libqt1.so.1 libqt1.a libqt1.sl;
 	  do
 	    if test -r "$i/$j"; then
@@ -1483,6 +1483,6 @@
 
 
-# Extract the first word of "moc", so it can be a program name with args.
-set dummy moc; ac_word=$2
+# Extract the first word of "moc1", so it can be a program name with args.
+set dummy moc1; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1489: checking for $ac_word" >&5
@@ -1508,5 +1508,5 @@
   done
   IFS="$ac_save_ifs"
-  test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="/usr/bin/moc"
+  test -z "$ac_cv_path_MOC" && ac_cv_path_MOC="/usr/bin/moc1"
   ;;
 esac