Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / maplay / patches / patch-ac
blob1cf64c772d42033e2d1349eae2d8ad7eda8ac253
1 $NetBSD: patch-ac,v 1.5 2011/11/22 16:37:01 marino Exp $
3 --- configuration.sh.orig       1994-06-23 12:14:46.000000000 +0000
4 +++ configuration.sh
5 @@ -72,9 +72,21 @@ case `uname -sr` in
6       INCLUDEDIRS=
7       LIBRARIES=
8       AUDIO_INCLUDES='#include <sys/audioio.h>' ;;
9 +  NetBSD*)
10 +     COMPILER=g++
11 +     COMPILERFLAGS='-O2 -DNETBSD'
12 +     INCLUDEDIRS=
13 +     LIBRARIES= 
14 +     AUDIO_INCLUDES='#include <sys/audioio.h>' ;;
15 +  FreeBSD*|DragonFly*)
16 +     COMPILER=g++
17 +     COMPILERFLAGS='-O2 -DLINUX -DDAMN_INTEL_BYTE_ORDER'
18 +     INCLUDEDIRS=
19 +     LIBRARIES= 
20 +     AUDIO_INCLUDES='#include <machine/soundcard.h>' ;;
21    Linux*)
22       COMPILER=g++
23 -     COMPILERFLAGS='-O2 -m486 -funroll-loops -DLINUX -DDAMN_INTEL_BYTE_ORDER'
24 +     COMPILERFLAGS='-O2 -funroll-loops -DLINUX -DDAMN_INTEL_BYTE_ORDER'
25       INCLUDEDIRS=
26       LIBRARIES= 
27       AUDIO_INCLUDES='#include <sys/soundcard.h>' ;;