FreeBSD Bugzilla – Attachment 152054 Details for
Bug 197031
x11-toolkits/wxgtk30: fix on pre-10.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
wxgtk30.patch (text/plain), 895 bytes, created by
Dmitry Marakasov
on 2015-01-23 12:55:22 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-01-23 12:55:22 UTC
Size:
895 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 377718) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= wx > PORTVERSION= 3.0.2 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= x11-toolkits > MASTER_SITES= SF/wxwindows/${PORTVERSION} > PKGNAMESUFFIX= 30-gtk2 >@@ -17,7 +17,7 @@ > libexpat.so:${PORTSDIR}/textproc/expat2\ > libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 > >-USES+= iconv gmake pkgconfig tar:bzip2 >+USES+= compiler:c++11-lib iconv gmake pkgconfig tar:bzip2 > USE_XORG= x11 sm xxf86vm xinerama > USE_GL= glu > USE_GNOME= gtk20 >@@ -52,4 +52,10 @@ > MSPACK_CONFIGURE_WITH= libmspack > MSPACK_LIB_DEPENDS= libmspack.so:${PORTSDIR}/archivers/libmspack > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${COMPILER_TYPE} == "gcc" >+CONFIGURE_ARGS= --disable-precomp-headers >+.endif >+ >+.include <bsd.port.post.mk>
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 197031
: 152054 |
152058