Remove part or post-patch wich is not longer required.
This commit is contained in:
parent
10ce2e8c08
commit
936a8e0851
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106611
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${GREP} -l LINC_THREADSAFE | \
|
||||
${XARGS} ${REINPLACE_CMD} -e 's|LINC_THREADSAFE|G_THREADS_ENABLED|g'
|
||||
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \
|
||||
s|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/src/idl-compiler/orbit-idl-backend.c \
|
||||
|
|
Loading…
Reference in a new issue