[byaccj] Drop mac specifics.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Jan 26 21:18:18 UTC 2012


commit c9016a935bf781cd84852ae3a985bf5bf438ba8d
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Jan 26 23:17:56 2012 +0200

    Drop mac specifics.

 byaccj.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/byaccj.spec b/byaccj.spec
index d1511fa..7e1b0b3 100644
--- a/byaccj.spec
+++ b/byaccj.spec
@@ -54,7 +54,7 @@ Java now!
 %prep
 %setup -q -n %{name}%{version}
 
-sed -i -e 's|-arch i386||g' src/Makefile
+sed -i -e 's|-arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4||g' src/Makefile
 
 %build
 pushd src


More information about the scm-commits mailing list