pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/toolame do not add -march=pentium on all systems



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9d64d0c33e3
branches:  trunk
changeset: 461928:c9d64d0c33e3
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Sep 23 21:32:15 2003 +0000

description:
do not add -march=pentium on all systems

diffstat:

 audio/toolame/distinfo         |   3 ++-
 audio/toolame/patches/patch-ac |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r fed0907147ab -r c9d64d0c33e3 audio/toolame/distinfo
--- a/audio/toolame/distinfo    Tue Sep 23 20:56:33 2003 +0000
+++ b/audio/toolame/distinfo    Tue Sep 23 21:32:15 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/06/23 07:07:26 mrg Exp $
+$NetBSD: distinfo,v 1.2 2003/09/23 21:32:15 dmcmahill Exp $
 
 SHA1 (toolame-02l.tgz) = 9f58345ec5d552f49a9ad598e6eb2dc126cb10b4
 Size (toolame-02l.tgz) = 127493 bytes
 SHA1 (patch-aa) = 317743c6cb8d610be2dd3861388015b5d9cf7bf6
 SHA1 (patch-ab) = e2b8bb920d778c3d9fc1b72ff286c96d62a03051
+SHA1 (patch-ac) = 200f24e7d06448456ebd51efb9e80a529324bb80
diff -r fed0907147ab -r c9d64d0c33e3 audio/toolame/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/toolame/patches/patch-ac    Tue Sep 23 21:32:15 2003 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2003/09/23 21:32:16 dmcmahill Exp $
+
+--- Makefile.orig      Sun Mar  2 07:07:02 2003
++++ Makefile   Tue Sep 23 21:28:07 2003
+@@ -38,5 +38,5 @@
+ 
+ #pick your architecture
+-ARCH = -march=pentium
++#ARCH = -march=pentium
+ #Possible x86 architectures
+ #gcc3.2 => i386, i486, i586, i686, pentium, pentium-mmx



Home | Main Index | Thread Index | Old Index