multimedia/l-smash: Move USE_LDCONFIG in Makefile

Move it so Makefile follows Porters Handbook more closely
This commit is contained in:
Daniel Engberg 2023-09-19 20:06:26 +02:00
parent 7bc9b3882a
commit d6e101330b

View file

@ -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' \