mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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>
This commit is contained in:
parent
8b86aa0005
commit
dc9e9845a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353159
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user