Skip to content

Commit

Permalink
package: update Brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 11, 2014
1 parent e59be46 commit 69841d2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions packages/homebrew/capstone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ def install
end

__END__
--- 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
--- Makefile.org 2014-03-11 16:41:54.000000000 +0800
+++ Makefile 2014-03-11 16:43:12.000000000 +0800
@@ -145,17 +145,6 @@
ifeq ($(UNAME_S),Darwin)
EXT = dylib
AR_EXT = a
-ifneq ($(USE_SYS_DYN_MEM),yes)
-# 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 69841d2

Please sign in to comment.