diff options
author | rh <rh> | 1999-11-15 13:07:12 +0000 |
---|---|---|
committer | rh <rh> | 1999-11-15 13:07:12 +0000 |
commit | 8ec0631680e9ccf27180fbc3d28c93aa5eef5bd0 (patch) | |
tree | 1c17b8d483b9240423495ca46d28f1b68679f7b4 /audio/xamp/patches/patch-ai | |
parent | ccf59c8d12cb0a5ec8c4f1b6cc25ed02858b6c6a (diff) | |
download | pkgsrc-8ec0631680e9ccf27180fbc3d28c93aa5eef5bd0.tar.gz |
defuzz
Diffstat (limited to 'audio/xamp/patches/patch-ai')
-rw-r--r-- | audio/xamp/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xamp/patches/patch-ai b/audio/xamp/patches/patch-ai new file mode 100644 index 00000000000..41f6cb4b65a --- /dev/null +++ b/audio/xamp/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 1999/11/15 13:07:13 rh Exp $ + +--- configure.orig Sun Oct 26 17:55:34 1997 ++++ configure Mon Nov 15 13:58:45 1999 +@@ -1700,7 +1700,7 @@ + CFLAGS="-O3 -ffast-math -funroll-loops" + ;; + +- Linux|FreeBSD) ++ Linux|FreeBSD|NetBSD) + CC="gcc" + if test "$ARCH_TYPE" = "i486" ; then + CFLAGS_ARCH="-m486" |