Date: Sat, 03 Jun 2017 20:51:27 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219761] [patch] lang/spidermonkey17 blocks polkit from from building Message-ID: <bug-219761-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219761 Bug ID: 219761 Summary: [patch] lang/spidermonkey17 blocks polkit from from building Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: kwm@FreeBSD.org CC: citric@cubicone.tmetic.com Keywords: patch CC: citric@cubicone.tmetic.com Flags: maintainer-feedback?(citric@cubicone.tmetic.com), maintainer-feedback? Created attachment 183185 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183185&action= =3Dedit Move SM 1.7 headers When installed Spidermonkey 1.7's headers will be picked up by software usi= ng other spidermonkey versions. This is because the build will first look in ${LOCALBASE}/include before looking into the spidermonkey specific subdir f= or the headers. In my case sysutils/polkit, see the linked bugs. To fix this, move the headers to there own subdir in ${LOCALBASE}/include, = and fix the users of spidermonkey 1.7 to look into this dir. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219761-13>