From 11463b4b45fa3fe8e3f600d977f1f197dafcd151 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 20 Sep 1999 02:15:09 +0000 Subject: Break out part of a multipart patch and remove '-m486' when compiling on FreeBSD/Alpha. --- audio/maplay/files/patch-ad | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 audio/maplay/files/patch-ad (limited to 'audio/maplay') diff --git a/audio/maplay/files/patch-ad b/audio/maplay/files/patch-ad new file mode 100644 index 000000000000..649ef65e8b9d --- /dev/null +++ b/audio/maplay/files/patch-ad @@ -0,0 +1,19 @@ +--- configuration.sh.orig Thu Jun 23 07:14:46 1994 ++++ configuration.sh Sat Sep 18 14:52:25 1999 +@@ -72,6 +72,16 @@ + INCLUDEDIRS= + LIBRARIES= + AUDIO_INCLUDES='#include ' ;; ++ FreeBSD*) ++ COMPILER=g++ ++ if [ `uname -m` = "alpha" ]; then ++ COMPILERFLAGS='-O2 -DLINUX' ++ else ++ COMPILERFLAGS='-O2 -m486 -DLINUX -DDAMN_INTEL_BYTE_ORDER' ++ fi ++ INCLUDEDIRS= ++ LIBRARIES= ++ AUDIO_INCLUDES='#include ' ;; + Linux*) + COMPILER=g++ + COMPILERFLAGS='-O2 -m486 -funroll-loops -DLINUX -DDAMN_INTEL_BYTE_ORDER' -- cgit v1.2.3