[Bug 281438] editors/linux-bcompare [PATCH] Update to latest BCompare4 version 4.4.7

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 11 Sep 2024 22:37:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281438

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
           Assignee|ports-bugs@FreeBSD.org      |vvd@FreeBSD.org

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. Better use https in MASTER_SITES - it work (just tested).

2. Line:
        ${LINUXBASE}/usr/bin/gcc --sysroot=${LINUXBASE} -Wall -fPIC -shared
${FILESDIR}/nosched.c -ldl -o ${BCLIB_SRC}/nosched.so
is too long.
I replaced it with:
        ${LINUXBASE}/usr/bin/gcc --sysroot=${LINUXBASE} -Wall -fPIC -shared \
                ${FILESDIR}/nosched.c -ldl -o ${BCLIB_SRC}/nosched.so

-- 
You are receiving this mail because:
You are the assignee for the bug.