aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-09-19 18:06:26 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-09-19 18:06:31 +0000
commitd6e101330b71520701f378a3a311a5d7d3f007f7 (patch)
tree6a06b22c07a5f50235c721d75a9695a3a73a8194
parent7bc9b3882a4cb5161bd61ee34a05e896702c2553 (diff)
downloadports-d6e101330b71520701f378a3a311a5d7d3f007f7.tar.gz
ports-d6e101330b71520701f378a3a311a5d7d3f007f7.zip
multimedia/l-smash: Move USE_LDCONFIG in Makefile
Move it so Makefile follows Porters Handbook more closely
-rw-r--r--multimedia/l-smash/Makefile2
1 files changed, 1 insertions, 1 deletions
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' \