FreeBSD Bugzilla – Attachment 165200 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]
Amended svn diff for x11-toolkits/wxgtk30
wx30-gtk2-3.0.2_3.diff (text/plain), 979 bytes, created by
Kyle Evans
on 2016-01-07 06:20:12 UTC
(
hide
)
Description:
Amended svn diff for x11-toolkits/wxgtk30
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2016-01-07 06:20:12 UTC
Size:
979 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 405386) >+++ 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 > >@@ -56,6 +56,15 @@ > > .include <bsd.port.pre.mk> > >+# Enable the backtrace option for FreeBSD >= 10 >+# RR 205476 >+.if ${PORT_OPTIONS:MBACKTRACE} >+CONFIGURE_ARGS+=--enable-backtrace >+USES+= execinfo >+. else >+CONFIGURE_ARGS+=--disable-backtrace >+. endif >+ > # PR 196703, 197031 > .if ${COMPILER_TYPE} == "gcc" > CONFIGURE_ARGS+=--disable-precomp-headers
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