diff options
author | dmcmahill <dmcmahill> | 2003-09-23 21:32:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2003-09-23 21:32:15 +0000 |
commit | fb534d2a3fa86f0c51d5b91e1c9846d7bec7222f (patch) | |
tree | b400d212d98fa8916cf6bdd4ca37a348c5d68862 /audio | |
parent | 9a264b97690334720eb300aa99b5f27942a29169 (diff) | |
download | pkgsrc-fb534d2a3fa86f0c51d5b91e1c9846d7bec7222f.tar.gz |
do not add -march=pentium on all systems
Diffstat (limited to 'audio')
-rw-r--r-- | audio/toolame/distinfo | 3 | ||||
-rw-r--r-- | audio/toolame/patches/patch-ac | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/audio/toolame/distinfo b/audio/toolame/distinfo index 0025efba131..8416d266b45 100644 --- a/audio/toolame/distinfo +++ b/audio/toolame/distinfo @@ -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 --git a/audio/toolame/patches/patch-ac b/audio/toolame/patches/patch-ac new file mode 100644 index 00000000000..07d2df9374c --- /dev/null +++ b/audio/toolame/patches/patch-ac @@ -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 |