pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/lang/python27



On 23 Jul 2016, at 17:12, Kamil Rytarowski wrote:

On 23.07.2016 22:45, Thomas Klausner wrote:
On Sat, Jul 23, 2016 at 06:28:26PM +0000, Kamil Rytarowski wrote:
@@ -218,4 +224,6 @@ BUILDLINK_DEPMETHOD.readline=               build
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
+# Required to detect X11BASE paths in dlopen(3) calls of _ctypes.so
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

This breaks the build with X11_TYPE=modular:

Do not include x11.buildlink3.mk for X11_TYPE != "native"

Should be fine now. Thank you!

This (and maybe previous as well) breaks the build on a system without X11. Can we declare an "x11" option for lang/python27 and only apply the intended fix when PKG_OPTIONS.x11 is enabled?

Thanks,

- Amitai



Home | Main Index | Thread Index | Old Index