git: d6e101330b71 - main - multimedia/l-smash: Move USE_LDCONFIG in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Sep 2023 18:27:17 UTC
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' \