Skip to content

Commit

Permalink
multimedia/l-smash: Move USE_LDCONFIG in Makefile
Browse files Browse the repository at this point in the history
Move it so Makefile follows Porters Handbook more closely
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Sep 19, 2023
1 parent 7bc9b38 commit d6e1013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/l-smash/Makefile
Expand Up @@ -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
Expand All @@ -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' \
Expand Down

0 comments on commit d6e1013

Please sign in to comment.