summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2019-08-21 10:54:40 +0200
committerNikolay Amiantov <ab@fmap.me>2019-08-22 11:41:16 +0300
commit1a1696f9b63024fcd081d5521ca43b198639b29d (patch)
tree99ee25e0293c539176a9537e97dabb0f1b229d04 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parente43834650fb0ad99c9fb45f54a31cd2fb2f7a942 (diff)
SDL2: don't mix space-separated / lists in cmake config
The SDL2_PATH environment variable is space-separated. However, CMake lists are semicolon separated, and doing set(list "a" ${var}) will end up with list containing "a;b c d". This causes downstream users to fail parsing the include dirs list. Normalize the include dirs list to a normal CMake semicolon-separated list using separate_arguments.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions