diff options
author | bland <bland@FreeBSD.org> | 2004-04-10 04:52:09 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-04-10 04:52:09 +0800 |
commit | 3486a12cd191ddad4b78c1ae403bc1c0e1383eaf (patch) | |
tree | 23bb4b491b29de29f04081b711a3a644a04ed97c /devel | |
parent | 5c721368b20a14fa25c9d64359dfdd9d0db7d1ca (diff) | |
download | freebsd-ports-gnome-3486a12cd191ddad4b78c1ae403bc1c0e1383eaf.tar.gz freebsd-ports-gnome-3486a12cd191ddad4b78c1ae403bc1c0e1383eaf.tar.zst freebsd-ports-gnome-3486a12cd191ddad4b78c1ae403bc1c0e1383eaf.zip |
Remove part or post-patch wich is not longer required.
Diffstat (limited to 'devel')
-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 \ |