Date: Sat, 29 Feb 2020 14:32:18 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 238844] www/webkit2-gtk3: 2.24.0 is buggy and breaks eclipse Message-ID: <bug-238844-6497-uHDHRcVy2U@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238844-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-238844-6497@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=3D238844 --- Comment #17 from huanghwh@gmail.com --- Dirty patch: cat files/patch-Source_cmake_OptionsCommon.cmake --- Source/cmake/OptionsCommon.cmake.orig 2020-02-29 13:44:33 UTC +++ Source/cmake/OptionsCommon.cmake @@ -154,7 +154,7 @@ WEBKIT_CHECK_HAVE_FUNCTION(HAVE_VASPRINTF vasprintf) # Check for symbols WEBKIT_CHECK_HAVE_SYMBOL(HAVE_REGEX_H regexec regex.h) -if (NOT (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")) +if (NOT (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")) WEBKIT_CHECK_HAVE_SYMBOL(HAVE_PTHREAD_MAIN_NP pthread_main_np pthread_np.h) endif () # Windows has signal.h but is missing symbols that are used in calls to signal. --=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-238844-6497-uHDHRcVy2U>