[aseprite] 14/134: Add TLS support to pixman for Unix-like systems

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:09:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit fa1d9de578b55b5e2aa15429da1e465c496f15f0
Author: David Capello <davidcapello at gmail.com>
Date:   Sat Oct 25 22:36:26 2014 -0300

    Add TLS support to pixman for Unix-like systems
---
 third_party/pixman-cmake/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/third_party/pixman-cmake/CMakeLists.txt b/third_party/pixman-cmake/CMakeLists.txt
index dd2f48a..2db3290 100644
--- a/third_party/pixman-cmake/CMakeLists.txt
+++ b/third_party/pixman-cmake/CMakeLists.txt
@@ -2,6 +2,10 @@
 
 add_definitions(-DHAVE_CONFIG_H)
 
+if(UNIX OR APPLE)
+  add_definitions(-DHAVE_PTHREADS)
+endif()
+
 set(PIXMAN_VERSION_MAJOR 0)
 set(PIXMAN_VERSION_MINOR 32)
 set(PIXMAN_VERSION_MICRO 6)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list