diff options
author | Dave Bendit <david@ibendit.com> | 2014-01-27 22:05:46 -0600 |
---|---|---|
committer | Dave Bendit <david@ibendit.com> | 2014-01-27 22:05:46 -0600 |
commit | d627ef26b7b561ecf78e481926517f61601d9648 (patch) | |
tree | 954d305a13d48b71c9c832023cbd8017fddab02a /lib/libbluray | |
parent | b6d31a3f32ea69f948ff4d020741ee1b986b1544 (diff) |
Ensuring libbluray doesn't overwrite distro files on non-Darwin systems
Diffstat (limited to 'lib/libbluray')
-rw-r--r-- | lib/libbluray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbluray/Makefile b/lib/libbluray/Makefile index d87c1ea31f..4385541675 100644 --- a/lib/libbluray/Makefile +++ b/lib/libbluray/Makefile @@ -25,7 +25,7 @@ ifeq ($(OSTYPE),Darwin) LDFLAGS=-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/opt/local/lib CPPFLAGS=-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I /opt/local/include else - prefix=/usr + prefix=/usr/local endif ifeq ($(OSTYPE),Darwin) |