pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/maplay Remove '-m486' from COMPILERFLAGS, its no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84ec149fc08c
branches:  trunk
changeset: 599098:84ec149fc08c
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sun Feb 05 20:53:12 2012 +0000

description:
Remove '-m486' from COMPILERFLAGS, its not a g++ flag.

diffstat:

 audio/maplay/distinfo         |   4 ++--
 audio/maplay/patches/patch-ac |  10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 190392a0f862 -r 84ec149fc08c audio/maplay/distinfo
--- a/audio/maplay/distinfo     Sun Feb 05 20:39:50 2012 +0000
+++ b/audio/maplay/distinfo     Sun Feb 05 20:53:12 2012 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.10 2011/11/22 20:57:34 wiz Exp $
+$NetBSD: distinfo,v 1.11 2012/02/05 20:53:12 sbd Exp $
 
 SHA1 (maplay1_2.tar) = faeac51cfbf011956a17721e2077d0ed11f8d8dd
 RMD160 (maplay1_2.tar) = bc016d4cc8f356d9c2c0a90d4afde5e67c45ba14
 Size (maplay1_2.tar) = 286720 bytes
 SHA1 (patch-aa) = e8295926e46f814752543fda24cd292b2f4c1ec2
 SHA1 (patch-ab) = 92582f6a9b87ca4c61aaf42a1d03349b455997dc
-SHA1 (patch-ac) = c926ed6b98b9df1d569ee35fba66c170a4999785
+SHA1 (patch-ac) = 35f74334851fb5b52e2f879916d46af7394a6498
 SHA1 (patch-ad) = 24f847f2c19027546c4bcf15c2dd96bfc69b670c
 SHA1 (patch-ae) = 4579d1dc9dbae73c0d33f0fc5fe038733640bcef
 SHA1 (patch-af) = 29c0156d162a5370720cc2d5afd58ce4dc6dabd3
diff -r 190392a0f862 -r 84ec149fc08c audio/maplay/patches/patch-ac
--- a/audio/maplay/patches/patch-ac     Sun Feb 05 20:39:50 2012 +0000
+++ b/audio/maplay/patches/patch-ac     Sun Feb 05 20:53:12 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.5 2011/11/22 16:37:01 marino Exp $
+$NetBSD: patch-ac,v 1.6 2012/02/05 20:53:12 sbd Exp $
 
 --- configuration.sh.orig      1994-06-23 12:14:46.000000000 +0000
 +++ configuration.sh
-@@ -72,6 +72,18 @@ case `uname -sr` in
+@@ -72,9 +72,21 @@ case `uname -sr` in
       INCLUDEDIRS=
       LIBRARIES=
       AUDIO_INCLUDES='#include <sys/audioio.h>' ;;
@@ -20,4 +20,8 @@
 +     AUDIO_INCLUDES='#include <machine/soundcard.h>' ;;
    Linux*)
       COMPILER=g++
-      COMPILERFLAGS='-O2 -m486 -funroll-loops -DLINUX -DDAMN_INTEL_BYTE_ORDER'
+-     COMPILERFLAGS='-O2 -m486 -funroll-loops -DLINUX -DDAMN_INTEL_BYTE_ORDER'
++     COMPILERFLAGS='-O2 -funroll-loops -DLINUX -DDAMN_INTEL_BYTE_ORDER'
+      INCLUDEDIRS=
+      LIBRARIES= 
+      AUDIO_INCLUDES='#include <sys/soundcard.h>' ;;



Home | Main Index | Thread Index | Old Index