pkgsrc/audio/amp/patches/patch-af
dillo dae098a00b open /dev/auiod OWRONLY, as requested in PR 19332 by Ben Wong
bump pkgrevision

while here, one patch per file
2003-03-22 05:44:37 +00:00

13 lines
344 B
Text

$NetBSD: patch-af,v 1.1 2003/03/22 05:44:38 dillo Exp $
--- configure.old Sun Oct 26 11:18:18 1997
+++ configure Sun Oct 26 11:18:45 1997
@@ -1398,7 +1398,7 @@
DEFINES="-DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
;;
- Linux|FreeBSD)
+ Linux|FreeBSD|NetBSD)
CC="gcc"
if test "$ARCH_TYPE" = "i486" ; then
CFLAGS_ARCH="-m486"