git: eebccf6fad16 - main - audio/py-torchaudio: Remove unnecessary LDFLAGS

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 20 Aug 2025 13:21:27 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eebccf6fad16f44e85678ff40b61d622feb746d3

commit eebccf6fad16f44e85678ff40b61d622feb746d3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-20 13:21:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-20 13:21:05 +0000

    audio/py-torchaudio: Remove unnecessary LDFLAGS
---
 audio/py-torchaudio/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/audio/py-torchaudio/Makefile b/audio/py-torchaudio/Makefile
index 3284864a85c0..f0e935d26210 100644
--- a/audio/py-torchaudio/Makefile
+++ b/audio/py-torchaudio/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	torchaudio
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0
+PORTREVISION=	1
 CATEGORIES=	audio python # machine-learning
 MASTER_SITES=	https://downloads.sourceforge.net/project/sox/sox/14.4.2/:sox
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -34,8 +35,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	pytorch
 GH_PROJECT=	audio
 
-LDFLAGS+=	-Wl,-rpath=${PYTHON_SITELIBDIR}/torch/lib # https://github.com/pytorch/audio/issues/4047
-
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's| URL .*| URL file://${DISTDIR}/sox-14.4.2.tar.bz2|' \