diff options
author | davilla <davilla@4pi.com> | 2011-07-19 13:31:27 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-07-19 13:31:43 -0400 |
commit | 3d3b8714d2ed57e476d40d62194bd0765947e376 (patch) | |
tree | bfebc1c7452a7e0f94eceb003384cfce8ddde110 /tools | |
parent | fa8cb8dddf6ea295871aee9585e129cba2b03abc (diff) |
[ios] one more time for the boys in the back
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/libbluray/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/depends/libbluray/Makefile b/tools/darwin/depends/libbluray/Makefile index 22b0d277df..df8114c63b 100644 --- a/tools/darwin/depends/libbluray/Makefile +++ b/tools/darwin/depends/libbluray/Makefile @@ -23,8 +23,8 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(SOURCE); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) echo $(SOURCE) > .gitignore # libbluray has bored Makefile.am with respect to CFLAGS, remove the offending line - sed -i -e "s|CFLAGS=\$(shell test|#CFLAGS=\$(shell test|" $(SOURCE)/src/Makefile.am - sed -i -e "s|CFLAGS=\$(shell test|#CFLAGS=\$(shell test|" $(SOURCE)/src/examples/Makefile.am + sed -i -e "s|CFLAGS=|#CFLAGS=|" $(SOURCE)/src/Makefile.am + sed -i -e "s|CFLAGS=|#CFLAGS=|" $(SOURCE)/src/examples/Makefile.am cd $(SOURCE); ./bootstrap cd $(SOURCE); $(CONFIGURE) |