summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-03 17:59:05 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-03 17:59:05 +0100
commit7801c94bffdabe669601d23e86f2f2a41447902d (patch)
tree81d8d9652045844a9b8c7e1c930d5d7208942b87 /external
parent36788e95fdbe96ac27c71197fdbfee178b53f52c (diff)
I think we don't need that Mac patch anymore
Change-Id: I6619e70f3f7c8ba4d17be4ca434057948be3d79f
Diffstat (limited to 'external')
-rw-r--r--external/liborcus/UnpackedTarball_liborcus.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/external/liborcus/UnpackedTarball_liborcus.mk b/external/liborcus/UnpackedTarball_liborcus.mk
index d046f80f4743..696c34a98e93 100644
--- a/external/liborcus/UnpackedTarball_liborcus.mk
+++ b/external/liborcus/UnpackedTarball_liborcus.mk
@@ -21,11 +21,6 @@ liborcus_patches :=
# don't use dllimport
liborcus_patches += liborcus_0.1.0-dllimport.patch
-ifeq ($(OS),MACOSX)
-# no "tac" command on OS X, but "tail -r"
-liborcus_patches += liborcus_0.1.0-tac.patch
-endif
-
ifneq ($(HAVE_GCC_VISIBILITY_FEATURE),TRUE)
liborcus_patches += visibility.patch
endif