[weasel-commit] Source: flac=1.2.1-3

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 14 Jan 2010 20:14:42 -0500

================================
flac:source=1.2.1-3 (previous: 1.2.1-2)
cvc rdiff flac -1 /weasel.rpath.org@wgl:3-devel/1.2.1-3
================================
1.2.1-3 Filip Brcic (brcha@xxxxxxx) Thu Jan 14 20:14:34 2010
    fixed recipe

flac.recipe: changed
Index: flac.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- flac.recipe /weasel.rpath.org@wgl:3-devel/1.2.1-2
+++ flac.recipe /weasel.rpath.org@wgl:3-devel/1.2.1-3
@@ -49,10 +49,10 @@
         r.Autoreconf(m4Dir='m4')
 
     def configure(r):
-        enableSSE = ''
+        enableSSE = ' --disable-sse'
         if Arch.x86.sse or Arch.x86_64:
             enableSSE = ' --enable-sse'
-        enable3dnow = ''
+        enable3dnow = ' --disable-3dnow'
         if Arch.x86.threednow or Arch.x86_64.threednow:
             enable3dnow = ' --enable-3dnow'
 



Committed by: brcha

Other related posts: