Allow valgrind to build with Clang again.
This resolves runtime issues with deciphering clang-built binaries using a newer dwarf format. Reported by: adrian, dim
This commit is contained in:
parent
942e46b796
commit
36f5c2c587
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440063
@ -4,7 +4,7 @@
|
||||
PORTNAME= valgrind
|
||||
PORTVERSION= 3.10.1.20160113
|
||||
DISTVERSIONPREFIX= freebsd-
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \
|
||||
@ -61,8 +61,6 @@ WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
|
||||
|
||||
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL}
|
||||
|
||||
USE_GCC= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= valgrind
|
||||
PORTVERSION= 3.10.1.20160113
|
||||
DISTVERSIONPREFIX= freebsd-
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \
|
||||
@ -59,8 +59,6 @@ WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
|
||||
|
||||
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL}
|
||||
|
||||
USE_GCC= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user