Refine r439912 and properly deal with the devel/glibmm API breakage
introduced with r437481.
This commit is contained in:
parent
884fb441c6
commit
f2a60f9956
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440045
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ post-patch:
|
|||
@${REINPLACE_CMD} -E -e 's|(^SUBDIRS.+) utils|\1|' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -E -e 's|(^gladedir.+=).+|\1 ${DATADIR}|' \
|
||||
${WRKSRC}/xdao/Makefile.in
|
||||
@${REINPLACE_CMD} -E -e 's|[&]?(pixmap_ == )0|\1nullptr|g' \
|
||||
@${REINPLACE_CMD} -E -e 's|[&]?(pixmap_) == 0|!\1|g' \
|
||||
${WRKSRC}/xdao/SampleDisplay.cc
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
's|(SET_CDRDAO_PATH.+path=)(cdrdao)|\1${LOCALBASE}\/bin\/\2|g' \
|
||||
|
|
Loading…
Reference in a new issue