aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xmms
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-01 22:53:54 +0800
committerpav <pav@FreeBSD.org>2004-03-01 22:53:54 +0800
commit6eda87dc10264fd2e852783d9b6fbb643f0a2c7a (patch)
tree4078645043a66243e4821cbd61e8e9fff8c8e938 /multimedia/xmms
parent318c989137e6aa47e340c345403273a9fdd2105d (diff)
downloadfreebsd-ports-gnome-6eda87dc10264fd2e852783d9b6fbb643f0a2c7a.tar.gz
freebsd-ports-gnome-6eda87dc10264fd2e852783d9b6fbb643f0a2c7a.tar.zst
freebsd-ports-gnome-6eda87dc10264fd2e852783d9b6fbb643f0a2c7a.zip
- Fix build when WITHOUT_SIMD is defined
PR: ports/63456 Submitted by: maintainer
Diffstat (limited to 'multimedia/xmms')
-rw-r--r--multimedia/xmms/Makefile7
1 files changed, 4 insertions, 3 deletions
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: