Files
2013-09-26 17:14:40 +02:00

14 lines
371 B
Plaintext

$NetBSD: patch-aa,v 1.2 2002/06/16 18:08:05 wiz Exp $
--- libao/configure.incl.orig Sun Feb 17 10:23:15 2002
+++ libao/configure.incl Thu Jun 13 10:27:49 2002
@@ -19,6 +19,8 @@
case "$host" in
*-sun-solaris*)
AC_DEFINE([LIBAO_SOLARIS],,[libao solaris support]);;
+ *-netbsd*)
+ AC_DEFINE([LIBAO_SOLARIS],,[libao solaris compat support]);;
esac
fi