summaryrefslogtreecommitdiff
path: root/audio/xsidplay/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xsidplay/patches/patch-aa')
-rw-r--r--audio/xsidplay/patches/patch-aa77
1 files changed, 0 insertions, 77 deletions
diff --git a/audio/xsidplay/patches/patch-aa b/audio/xsidplay/patches/patch-aa
deleted file mode 100644
index ba2e97984cd..00000000000
--- a/audio/xsidplay/patches/patch-aa
+++ /dev/null
@@ -1,77 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/05/12 08:05:36 frueauf Exp $
-
---- configure.orig Sat Apr 10 12:43:55 1999
-+++ configure Sat Apr 10 12:45:13 1999
-@@ -9,9 +9,7 @@
-
- # Defaults:
- ac_help=
--ac_default_prefix=/usr/local
--# Any additions from configure.in:
--ac_default_prefix=/usr
-+ac_default_prefix=${PREFIX}
- ac_help="$ac_help
- --with-sidplay-includes=DIR
- where the sidplay includes are located"
-@@ -1533,6 +1531,42 @@
- else
- echo "$ac_t""no" 1>&6
- fi
-+
-+echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6
-+echo "configure:1446: checking for main in -lossaudio" >&5
-+ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'`
-+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-+ echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+ ac_save_LIBS="$LIBS"
-+LIBS="-lossaudio $LIBS"
-+cat > conftest.$ac_ext <<EOF
-+#line 1454 "configure"
-+#include "confdefs.h"
-+
-+int main() {
-+main()
-+; return 0; }
-+EOF
-+if { (eval echo configure:1461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+ rm -rf conftest*
-+ eval "ac_cv_lib_$ac_lib_var=yes"
-+else
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+ rm -rf conftest*
-+ eval "ac_cv_lib_$ac_lib_var=no"
-+fi
-+rm -f conftest*
-+LIBS="$ac_save_LIBS"
-+
-+fi
-+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-+ echo "$ac_t""yes" 1>&6
-+ LIBAUDIO=-lossaudio
-+else
-+ echo "$ac_t""no" 1>&6
-+fi
-
- echo $ac_n "checking for main in -liostream""... $ac_c" 1>&6
- echo "configure:1539: checking for main in -liostream" >&5
-@@ -1827,6 +1861,10 @@
- $CP src/audio/linux/* src
- echo "$ac_t""freebsd" 1>&6
- ;;
-+ *netbsd*) ac_have_audio_driver=yes
-+ $CP src/audio/linux/* src
-+ echo "$ac_t""linux" 1>&6
-+ ;;
- *solaris*) ac_have_audio_driver=yes
- $CP src/audio/sparc/* src
- echo "$ac_t""sparc" 1>&6
-@@ -2017,6 +2055,7 @@
- s%@QT_LDFLAGS@%$QT_LDFLAGS%g
- s%@MOC@%$MOC%g
- s%@LIBM@%$LIBM%g
-+s%@LIBAUDIO@%$LIBAUDIO%g
- s%@LIBIOS@%$LIBIOS%g
- s%@MAKE@%$MAKE%g
- s%@MAKE2@%$MAKE2%g