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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-03-26 02:36:40 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-03-26 02:36:40 +0300
commit22305bc08d681618ecd36a7f57535c527180abae (patch)
tree1b2a95ac566b97ecff9bcd42cd148530a0de2f36 /source/blender/bpython
parentd5424d2321902b075a5f95ba2163758fa8218db7 (diff)
FreeBSD can use the exact same python includes as everyone else
Diffstat (limited to 'source/blender/bpython')
-rw-r--r--source/blender/bpython/intern/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/bpython/intern/Makefile b/source/blender/bpython/intern/Makefile
index b6c84196f4d..cb67e195aa8 100644
--- a/source/blender/bpython/intern/Makefile
+++ b/source/blender/bpython/intern/Makefile
@@ -47,11 +47,7 @@ CPPFLAGS += -DFUTURE_PYTHON_API # see api.h for configuration
# OpenGL and Python
CPPFLAGS += -I$(OPENGL_HEADERS)
-ifeq ($(OS),$(findstring $(OS), "freebsd"))
- CPPFLAGS += -I$(NAN_PYTHON)$(NAN_PYTHON_VERSION)
-else
- CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
-endif
+CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
CPPFLAGS += -I$(NAN_BMFONT)/include/
# Reference to the types in makesdna and imbuf