aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-07 14:38:46 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-07 14:38:46 +0000
commitdc9e9845a28c704a88a97f50edffa74e50081000 (patch)
treef8f8a27f6e5076d869136e72081469c8a637a463 /devel/ORBit2
parent8b86aa0005b08c5f19e4d92cf18284a74497840e (diff)
Don't run RANLIB on installed library because it is read-only and it has
already been run during build. Fixes staging as non-root. Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Notes
Notes: svn path=/head/; revision=353159
Diffstat (limited to 'devel/ORBit2')
-rw-r--r--devel/ORBit2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index 90ce59f237ef..37ccbfa7b3ee 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -30,6 +30,8 @@ post-patch:
${WRKSRC}/src/orb/orb-core/orbit-typelib.c
@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure ${WRKSRC}/linc2/src/Makefile.in
+ @${REINPLACE_CMD} '/DESTDIR.*RANLIB/d' \
+ ${WRKSRC}/src/services/name/Makefile.in
post-install:
@${ECHO_CMD} "ORBIIOPIPv4=0" > ${STAGEDIR}${PREFIX}/etc/orbit2rc.sample