- Use | as a separator instead of comma (,)
- Bump PORTREVISION for affected ports (wxgtk26*-contrib). Requested by: lioux
This commit is contained in:
parent
1155d39c08
commit
12621d1545
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136436
9 changed files with 21 additions and 9 deletions
|
@ -5,6 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit contributed libraries
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
|
||||
|
||||
|
|
|
@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
|||
|
||||
pre-configure:
|
||||
@${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
|
||||
-e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \
|
||||
-e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \
|
||||
-e "s,@CPPFLAGS@,,"
|
||||
-e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \
|
||||
-e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \
|
||||
-e "s|@CPPFLAGS@||"
|
||||
|
||||
.endif # !gtk2-contrib-common
|
||||
.endif # !gtk2-contrib-utils
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit contributed libraries
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
|
||||
|
||||
|
|
|
@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
|||
|
||||
pre-configure:
|
||||
@${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
|
||||
-e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \
|
||||
-e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \
|
||||
-e "s,@CPPFLAGS@,,"
|
||||
-e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \
|
||||
-e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \
|
||||
-e "s|@CPPFLAGS@||"
|
||||
|
||||
.endif # !gtk2-contrib-common
|
||||
.endif # !gtk2-contrib-utils
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit contributed libraries
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 2
|
||||
|
||||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= The wxWidgets GUI toolkit contributed libraries (Unicode)
|
||||
|
||||
|
|
|
@ -81,9 +81,9 @@ LIB_DEPENDS+= wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
|||
|
||||
pre-configure:
|
||||
@${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
|
||||
-e "s,@CXXFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cxxflags`," \
|
||||
-e "s,@CFLAGS@,${CFLAGS} `${WXGTK_CONFIG} --cflags`," \
|
||||
-e "s,@CPPFLAGS@,,"
|
||||
-e "s|@CXXFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cxxflags`|" \
|
||||
-e "s|@CFLAGS@|${CFLAGS} `${WXGTK_CONFIG} --cflags`|" \
|
||||
-e "s|@CPPFLAGS@||"
|
||||
|
||||
.endif # !gtk2-contrib-common
|
||||
.endif # !gtk2-contrib-utils
|
||||
|
|
Loading…
Reference in a new issue