summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/patches/patch-af')
-rw-r--r--editors/xemacs/patches/patch-af18
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/xemacs/patches/patch-af b/editors/xemacs/patches/patch-af
index b0b13ddcd16..8a8d0aa8c74 100644
--- a/editors/xemacs/patches/patch-af
+++ b/editors/xemacs/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.4 2003/02/25 02:14:59 uebayasi Exp $
+$NetBSD: patch-af,v 1.5 2004/02/09 07:54:58 minskim Exp $
---- configure.in.orig Tue Jan 7 12:57:03 2003
+--- configure.in.orig 2004-01-23 22:37:54.000000000 -0600
+++ configure.in
-@@ -1079,6 +1079,7 @@
+@@ -1082,6 +1082,7 @@ machine='' opsys=''
dnl Straightforward machine determination
case "$canonical" in
@@ -10,7 +10,7 @@ $NetBSD: patch-af,v 1.4 2003/02/25 02:14:59 uebayasi Exp $
sparc-*-* ) machine=sparc ;;
alpha*-*-* ) machine=alpha ;;
vax-*-* ) machine=vax ;;
-@@ -1157,10 +1158,10 @@
+@@ -1160,10 +1161,10 @@ case "$canonical" in
case "$canonical" in
i[[3-9]]86-*-netbsd*) machine=intel386 ;;
hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* )
@@ -23,7 +23,7 @@ $NetBSD: patch-af,v 1.4 2003/02/25 02:14:59 uebayasi Exp $
esac
;;
-@@ -2224,7 +2225,7 @@
+@@ -2244,7 +2245,7 @@ if test "$add_runtime_path" = "yes"; the
decosf* | linux* | irix*) dash_r="-rpath " ;;
*)
dash_r=""
@@ -32,13 +32,13 @@ $NetBSD: patch-af,v 1.4 2003/02/25 02:14:59 uebayasi Exp $
xe_check_libs="${try_dash_r}/no/such/file-or-directory"
XE_PROTECT_LINKER_FLAGS(xe_check_libs)
AC_TRY_LINK(, , dash_r="$try_dash_r")
-@@ -4320,6 +4321,9 @@
- eval "with_${feature}=no"
+@@ -4395,6 +4396,9 @@ else dnl "$with_tty" = "no"
done
fi dnl with_tty
-+
+
+AC_CHECK_LIB(ossaudio, main, LIBOSSAUDIO=-lossaudio)
+AC_SUBST(LIBOSSAUDIO)
-
++
dnl Do we need event-unixoid.o ?
dnl This is needed for X, or for TTY, or for MSWIN w/Cygwin select()
+ dnl [but not Mingw MSWIN]