diff options
author | augustss <augustss@pkgsrc.org> | 1998-01-06 22:42:03 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 1998-01-06 22:42:03 +0000 |
commit | aea2af033f1db82ed09664e353461e2f3f9ccf65 (patch) | |
tree | 61ac31d44922eb0bfb227eb024606d64d305f36c /audio/maplay | |
parent | e753e92aa227b581a158a0020b4573a05a8a8f0d (diff) | |
download | pkgsrc-aea2af033f1db82ed09664e353461e2f3f9ccf65.tar.gz |
Avoid -m486 flag.
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/patches/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/maplay/patches/patch-ad b/audio/maplay/patches/patch-ad index 7bb5f02586b..dd9e2203490 100644 --- a/audio/maplay/patches/patch-ad +++ b/audio/maplay/patches/patch-ad @@ -7,7 +7,7 @@ diff -u ../work/configuration.sh ./configuration.sh AUDIO_INCLUDES='#include <sys/audioio.h>' ;; + NetBSD*) + COMPILER=g++ -+ COMPILERFLAGS='-O2 -m486 -DNETBSD' ++ COMPILERFLAGS='-O2 -DNETBSD' + INCLUDEDIRS= + LIBRARIES= + AUDIO_INCLUDES='#include <sys/audioio.h>' ;; |