multimedia/l-smash: Move USE_LDCONFIG in Makefile
Move it so Makefile follows Porters Handbook more closely
This commit is contained in:
parent
7bc9b3882a
commit
d6e101330b
1 changed files with 1 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue