pkgsrc/audio/liba52/patches/patch-ab
wiz a4ae4aa1c3 Update to 0.7.4:
Full reentrancy, win32 output, al file output, gain control,
and a few portability fixes.
2002-08-30 23:43:07 +00:00

16 lines
315 B
Text

$NetBSD: patch-ab,v 1.3 2002/08/30 23:43:08 wiz Exp $
--- configure.orig Sun Jul 28 05:50:42 2002
+++ configure
@@ -9743,6 +9743,11 @@ if test $ac_cv_lib_ossaudio__oss_ioctl =
LIBAO_LIBS="$LIBAO_LIBS -lossaudio"
fi
;;
+ *-netbsd*)
+cat >> confdefs.h <<\EOF
+#define LIBAO_SOLARIS
+EOF
+;;
esac
fi