FreeBSD Bugzilla – Attachment 182671 Details for
Bug 219161
www/webkit2-gtk3: 2.14.6 fails to build depending on $PATH
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] explicitly point to base binutils tools if not using ports binutils
pr-219161-webkit.diff (text/plain), 687 bytes, created by
John Hein
on 2017-05-17 16:43:07 UTC
(
hide
)
Description:
[patch] explicitly point to base binutils tools if not using ports binutils
Filename:
MIME Type:
Creator:
John Hein
Created:
2017-05-17 16:43:07 UTC
Size:
687 bytes
patch
obsolete
>Index: www/webkit2-gtk3/Makefile >=================================================================== >--- www/webkit2-gtk3/Makefile (revision 440996) >+++ www/webkit2-gtk3/Makefile (working copy) >@@ -69,8 +69,12 @@ > -DCMAKE_RANLIB=${LOCALBASE}/bin/ranlib \ > -DCMAKE_LINKER=${LOCALBASE}/bin/ld > DEBUG_CXXFLAGS= -B${LOCALBASE}/bin >-DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE:STRING=Release >+DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE:STRING=Release \ >+ -DCMAKE_AR=/usr/bin/ar \ >+ -DCMAKE_RANLIB=/usr/bin/ranlib \ >+ -DCMAKE_LINKER=/usr/bin/ld > DEBUG_CFLAGS_OFF= -DNDEBUG >+DEBUG_CXXFLAGS_OFF= -B/usr/bin > > GEOIP_CMAKE_BOOL= ENABLE_GEOLOCATION > GEOIP_BUILD_DEPENDS+= geoclue>=2.4.3:net/geoclue
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jcfyecrayz
:
maintainer-approval?
(
gnome
)
Actions:
View
|
Diff
Attachments on
bug 219161
:
182446
| 182671