summaryrefslogtreecommitdiff
path: root/audio/xamp/patches/patch-ah
blob: 8851da295c0c4c5c046c4e826b37ef1eeb9fa295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ah,v 1.2 2000/03/23 23:27:25 dmcmahill Exp $

--- configure.in.orig	Sun Oct  5 12:42:34 1997
+++ configure.in	Wed Mar 22 18:49:34 2000
@@ -9,9 +9,9 @@
 AC_PROG_CC
 AC_PROG_CXX
-AC_PATH_PROG(MOC, moc, /usr/bin/moc)
+AC_PATH_PROG(MOC, moc1, /usr/bin/moc1)
 AC_PROG_INSTALL(INSTALL, /usr/bin/install)
 
 dnl Checks for libraries.
-AC_HAVE_LIBRARY(qt,,,-lX11)
+AC_HAVE_LIBRARY(qt1,,,-lX11)
 
 dnl Checks for header files.
@@ -58,5 +58,5 @@
     ;;
 
-  Linux|FreeBSD)
+  Linux|FreeBSD|NetBSD)
     CC="gcc"
     if test "$ARCH_TYPE" = "i486" ; then