Skip to content

Commit

Permalink
package: upgrade Brew package to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 11, 2014
1 parent 2813a18 commit 22b867e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/homebrew/capstone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

class Capstone < Formula
homepage 'http://capstone-engine.org'
url 'http://capstone-engine.org/download/2.1/capstone-2.1.tgz'
sha1 '3e5fe91684cfc76d73caa857a268332ac9d40659'
url 'http://capstone-engine.org/download/2.1/capstone-2.1.1.tgz'
sha1 'f4b114aba2626832f1c217191faaa748245d76a8'

def patches
# Fix pkgconfig path. Fixed upstream:
# https://github.com/aquynh/capstone/commit/ae603d
# https://github.com/aquynh/capstone/commit/xxx
DATA
end

Expand All @@ -22,12 +22,12 @@ def install
end

__END__
--- a/Makefile.org 2014-03-05 11:26:42.000000000 +0800
+++ a/Makefile 2014-03-05 11:28:34.000000000 +0800
@@ -144,13 +144,6 @@
ifeq ($(UNAME_S),Darwin)
EXT = dylib
AR_EXT = a
--- a/Makefile.org 2014-03-11 11:51:47.000000000 +0800
+++ a/Makefile 2014-03-11 11:56:07.000000000 +0800
@@ -149,13 +149,6 @@
# remove string check because OSX kernel complains about missing symbols
CFLAGS += -D_FORTIFY_SOURCE=0
endif
-# By default, suppose that Brew is installed & use Brew path for pkgconfig file
-PKGCFCGDIR = /usr/local/lib/pkgconfig
-# is Macport installed instead?
Expand Down

0 comments on commit 22b867e

Please sign in to comment.