misc/py-QSpectrumAnalyzer: depend on GCC 9 in the lauch file instead of expired GCC 6.
The port already depends on GCC 9, not 6, via USES Bump PORTREVISION
This commit is contained in:
parent
d3242f7d86
commit
d556397181
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527751
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= QSpectrumAnalyzer
|
||||
DISTVERSION= 2.1.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= misc hamradio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -34,7 +34,7 @@ post-install:
|
|||
@${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl} ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl}.shadow
|
||||
@(echo "#!/bin/sh"; \
|
||||
echo ""; \
|
||||
echo "LD_PRELOAD=${PREFIX}/lib/gcc6/libgcc_s.so ${PREFIX}/bin/${PORTNAME:tl}.shadow \"$$@\"" \
|
||||
echo "LD_PRELOAD=${PREFIX}/lib/gcc9/libgcc_s.so ${PREFIX}/bin/${PORTNAME:tl}.shadow \"$$@\"" \
|
||||
) > ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl}
|
||||
@${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl}
|
||||
|
||||
|
|
Loading…
Reference in a new issue