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:
authorJean-Luc Peurière <jlp@nerim.net>2005-05-29 16:06:53 +0400
committerJean-Luc Peurière <jlp@nerim.net>2005-05-29 16:06:53 +0400
commit4e98a84ceeb14d7528f2c67cd48884ec6a979444 (patch)
treea6a22d0a6c5ae5bfac0f4b73487bce35e88db7af
parent9d38f4ab382a93aa43ee7018f7c1e3b60cf1ba64 (diff)
change for libpng includes path on openBSD
requested some times ago by Nathan houghton
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 41c419c8f57..6964f788948 100644
--- a/SConstruct
+++ b/SConstruct
@@ -624,7 +624,7 @@ elif sys.platform=='openbsd3':
# png library information
png_lib = ['png']
png_libpath = ['/usr/local/lib']
- png_include = ['/usr/local/include']
+ png_include = ['/usr/local/include/libpng']
# jpeg library information
jpeg_lib = ['jpeg']
jpeg_libpath = ['/usr/local/lib']