diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-04-09 20:52:09 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-04-09 20:52:09 +0000 |
commit | 936a8e085184677a57736b579660f20f8f746b62 (patch) | |
tree | ebf631cca88d99a20a36d910583b628989ac07ca /devel/ORBit2 | |
parent | 10ce2e8c08f89e4ccc37148aeb1b83d9046a480c (diff) |
Remove part or post-patch wich is not longer required.
Notes
Notes:
svn path=/head/; revision=106611
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index c048a73e3e54..84b55120007d 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -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 \ |