FreeBSD Bugzilla – Attachment 164460 Details for
Bug 205476
x11-toolkits/wxgtk30 Provide backtrace option to configure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised svn diff for x11-toolkits/wxgtk30
wxgtk30.diff (text/plain), 980 bytes, created by
Kyle Evans
on 2015-12-21 16:52:27 UTC
(
hide
)
Description:
Revised svn diff for x11-toolkits/wxgtk30
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2015-12-21 16:52:27 UTC
Size:
980 bytes
patch
obsolete
>--- wxgtk30/Makefile (revision 404079) >+++ wxgtk30/Makefile (working copy) >@@ -29,7 +29,6 @@ > --with-opengl \ > --with-libmspack \ > --with-gtk \ >- --disable-backtrace \ > --enable-graphics_ctx \ > --enable-compat26 \ > --enable-compat28 >@@ -40,8 +39,9 @@ > CXXFLAGS+= -std=c++11 > LIBS+= -L${LOCALBASE}/lib > >-OPTIONS_DEFINE= GSTREAMER MSPACK NLS WEBKIT >+OPTIONS_DEFINE= BACKTRACE GSTREAMER MSPACK NLS WEBKIT > OPTIONS_DEFAULT=GSTREAMER MSPACK WEBKIT >+BACKTRACE_DESC= Enable backtrace support > MSPACK_DESC= Microsoft archives support > OPTIONS_SUB= yes > >@@ -55,6 +55,13 @@ > WEBKIT_LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 > > .include <bsd.port.pre.mk> >+# Enable the backtrace option for FreeBSD >= 10 >+# RR 205476 >+.if ${OSVERSION} >= 1000000 && ${PORT_OPTIONS:MBACKTRACE} >+CONFIGURE_ARGS+=--enable-backtrace >+. else >+CONFIGURE_ARGS+=--disable-backtrace >+. endif > > # PR 196703, 197031 > .if ${COMPILER_TYPE} == "gcc"
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
Actions:
View
|
Diff
Attachments on
bug 205476
:
164443
|
164460
|
164461
|
165200
|
165211