Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2023 18:27:17 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6e101330b71 - main - multimedia/l-smash: Move USE_LDCONFIG in Makefile
Message-ID:  <202309191827.38JIRHkn091982@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit d6e101330b71520701f378a3a311a5d7d3f007f7
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-09-19 18:06:26 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-09-19 18:06:31 +0000

    multimedia/l-smash: Move USE_LDCONFIG in Makefile
    
    Move it so Makefile follows Porters Handbook more closely
---
 multimedia/l-smash/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/l-smash/Makefile b/multimedia/l-smash/Makefile
index eb789af56c6f..a35c16c5c80e 100644
--- a/multimedia/l-smash/Makefile
+++ b/multimedia/l-smash/Makefile
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libobuparse.so:multimedia/obuparse
 
 USES=		gmake localbase pathfix
 PATHFIX_MAKEFILEIN=	Makefile
+USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	vimeo
@@ -27,7 +28,6 @@ CONFIGURE_ARGS=	--prefix="${PREFIX}" \
 		--extra-libs="${LIBS}" \
 		--enable-shared
 MAKE_ARGS=	STRIP="${STRIP_CMD}"
-USE_LDCONFIG=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-Os //; /=.*-fexcess-precision/d' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309191827.38JIRHkn091982>