Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 04:09:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283292] www/osrm-backend: Attempt to unbundle old version of sol2
Message-ID:  <bug-283292-7788-ksA4RnAEAn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283292-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283292-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283292

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org

--- Comment #2 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for this patch.  Unfortunately it hard codes the assumption that
LOCALBASE is /usr/local, which is not guaranteed to be the case.  Instead of
adding the patch, you can add something like the following to the Makefile =
to
make it work correctly:

    pre-configure:
            ${REINPLACE_CMD} -e
's,$${CMAKE_CURRENT_SOURCE_DIR}/third_party/sol2/include,${LOCALBASE}/inclu=
de/sol,'
${WRKSRC}/CMakeLists.txt

Please check if that works out.

--=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-283292-7788-ksA4RnAEAn>