From 6eda87dc10264fd2e852783d9b6fbb643f0a2c7a Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 1 Mar 2004 14:53:54 +0000 Subject: - Fix build when WITHOUT_SIMD is defined PR: ports/63456 Submitted by: maintainer --- multimedia/xmms/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'multimedia/xmms') diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index f8d62cbdbaf0..ec0c490b85f0 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -96,9 +96,10 @@ CONFIGURE_ARGS+= --enable-simd post-extract: (cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \ cd ${WRKSRC}/Visualization/blur_scope && ${MV} blur_8.s blur_8.S); - ${REINPLACE_CMD} -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in - ${REINPLACE_CMD} -e 's:blur_8.s:blur_8.S:g' \ - ${WRKSRC}/Visualization/blur_scope/Makefile.in + ${REINPLACE_CMD} -e 's:\.s :.S :g' -e 's:\.s$$:.S:g' \ + -e 's:^\.s\.:.S.:g' ${WRKSRC}/Input/mpg123/Makefile.in + ${REINPLACE_CMD} -e 's:\.s :.S :g' -e 's:\.s$$:.S:g' \ + -e 's:^\.s\.:.S.:g' ${WRKSRC}/Visualization/blur_scope/Makefile.in .endif pre-extract: -- cgit