Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/Makefile2
-rw-r--r--source/nan_link.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile
index 80dda10d982..9e344f38ad6 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -367,7 +367,7 @@ ifeq ($(NAN_NO_OPENAL), true)
NAN_SND_LIBS += $(SOUNDSYSTEM)
else
ifeq ($(OS),$(findstring $(OS), "freebsd linux windows"))
- ifeq ($(CPU),$(findstring $(CPU), "i386 powerpc"))
+ ifeq ($(CPU),$(findstring $(CPU), "i386 powerpc x86_64"))
ifeq ($(OS),freebsd)
NAN_SND_LIBS = $(SOUNDSYSTEM)
NAN_SND_LIBS += $(DUMMYSOUND)
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 8316111c89e..f4fb8951a16 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -93,7 +93,7 @@ ifeq ($(OS),linux)
LLIBS += -lc -lm -ldl -lutil
LOPTS = -export-dynamic
endif
- ifeq ($(CPU),i386)
+ ifeq ($(CPU),$(findstring $(CPU), "i386 x86_64"))
COMMENT = "MESA 3.1"
LLIBS = -L$(NAN_MESA)/lib -L/usr/X11R6/lib -lXmu -lXext -lX11 -lXi
LLIBS += -lutil -lc -lm -ldl -lpthread