[22:11:18] <nassty> hey guys! I need some help from you. I'm using pillow 2.3.1 under Linux and I'm trying to install it with JPEG support. Thing is that I'm using netbsd's pkgsrc as package manager instead of yum, so my include folder is /usr/pkg/include rather than /usr/include
[22:12:56] <nassty> yet I cannot find a way to tell PIP to add that library there. Do you have any idea how could I do that?
[22:13:20] <aclark> nassty: you shouldn't have to: https://github.com/python-pillow/Pillow/blob/master/setup.py#L299
[22:13:45] <nassty> I see there's a line on the setup.py that checks against the system architecture, and if it's netbsd adds /usr/pkg/include to the include libs, but that's not ideal for me in that case
[22:29:13] <wiredfool> https://github.com/python-pillow/Pillow/pull/682 isn't going to survive in its current form, I'm unclear if we want to do the fc-match hack, or if we want to do full on fontconfig stuff. I'd say that the hack is an improvement, without writing c code.
[22:30:02] <aclark> I kind of like full on fontconfig
[22:43:45] <wiredfool> There's got to be a better way to manage pull requests that wind up containing a commit or two of cleanup other than superceding it with another one
[22:43:54] <wiredfool> especially if we wind up going back and forth a bit
[22:44:10] <wiredfool> (not that I know what it is, just that htere has to be one)