X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=homebrew-alex.git;a=blobdiff_plain;f=Formula%2Fidentd.rb;fp=Formula%2Fidentd.rb;h=ad985574d7452d7993a46646945c98abdc101b09;hp=d93289e2ec14d0747033b04cf427946dae0b9e25;hb=0abcd779419ec7cb03cc963e11ed8585e1d9fe87;hpb=bad353c7dd9745b71732b029d5370b92514f76de diff --git a/Formula/identd.rb b/Formula/identd.rb index d93289e..ad98557 100644 --- a/Formula/identd.rb +++ b/Formula/identd.rb @@ -10,6 +10,8 @@ class Identd < Formula def install inreplace "identd.xcodeproj/project.pbxproj", /CODE_SIGN_IDENTITY = \".*\"/, 'CODE_SIGN_IDENTITY=""' + inreplace "identd.xcodeproj/project.pbxproj", + /ARCHS_STANDARD_32_64_BIT/, 'ARCHS_STANDARD_64_BIT' inreplace "identd/identd.8", %r{/usr/local}, "#{HOMEBREW_PREFIX}" xcodebuild "SYMROOT=build", "-target", "identd", "-configuration", "Release"