pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Feb 11 18:05:23 UTC 2015

Added Files:
        pkgsrc/graphics/gegl: hacks.mk

Log Message:
Fix build failure on Darwin < 10

GEGL tries to use OpenCL in a really weird way. It has (and installs!)
a local copy of OpenCL headers and then tries to find implementation
by dlopen'ing "libOpenCL.so". The problem is that it fails to compile
on Darwin < 10 by trying to include non-existent native OpenCL headers
too, which is in fact only optional.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gegl/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index