1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Respect ${STRIP} to make debugging easier.

Suggested by:	Jan Beich
This commit is contained in:
Alexey Dokuchaev 2011-12-16 14:39:15 +00:00
parent 5f76b1f7c7
commit 1784166998
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287478

View File

@ -39,7 +39,8 @@ post-patch: .SILENT
${REINPLACE_CMD} -e \
's|CONF_LIBDIR)pkgconfig|CONF_LIBDIR)../libdata/pkgconfig|' \
${WRKSRC}/build/tibs/compiler/pkgconfig.mak
${REINPLACE_CMD} -e '/-s -O3/d' ${WRKSRC}/build/tibs/compiler/gcc.mak
${REINPLACE_CMD} -e '/-s -O3/d' -e '/LDFLAGS\.r/s|-s|${STRIP}|' \
${WRKSRC}/build/tibs/compiler/gcc.mak
${REINPLACE_CMD} -e '/GROUPS/s| DOCS||' ${WRKSRC}/build/tibs/rules.mak
post-install: