Remove part or post-patch wich is not longer required.

This commit is contained in:
Alexander Nedotsukov 2004-04-09 20:52:09 +00:00
parent 10ce2e8c08
commit 936a8e0851
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106611

View file

@ -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 \