aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libbluray/Makefile2
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)