Fix the build w/ new glib/gtk/pango stuff, bump the PORTREVISION for chase
glib's bump.
This commit is contained in:
parent
90c3ce1492
commit
74b91ca9be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147314
4 changed files with 24 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 2.4.2
|
||||
PORTREVISION?= 9
|
||||
PORTREVISION?= 10
|
||||
PKGNAMESUFFIX= ${WXGTK_FLAVOR}
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -53,4 +53,9 @@ WXGTK_FLAVOR?= gtk2
|
|||
pre-patch:
|
||||
@${REINPLACE_CMD} -e 's|lgdk|lgdk-x11-2.0|g' ${WRKSRC}/configure
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \
|
||||
s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
|
@ -86,6 +87,11 @@ pre-configure:
|
|||
.endif # !gtk2-contrib-common
|
||||
.endif # *-contrib*
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \
|
||||
s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${WXGTK_FLAVOR:M*-unicode*} != ""
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
|
@ -86,6 +87,11 @@ pre-configure:
|
|||
.endif # !gtk2-contrib-common
|
||||
.endif # *-contrib*
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \
|
||||
s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${WXGTK_FLAVOR:M*-unicode*} != ""
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= wx
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
|
@ -86,6 +87,11 @@ pre-configure:
|
|||
.endif # !gtk2-contrib-common
|
||||
.endif # *-contrib*
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \
|
||||
s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${WXGTK_FLAVOR:M*-unicode*} != ""
|
||||
|
|
Loading…
Reference in a new issue