pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpg123 audio/mpg123: fix sed expression for non-GNU
details: https://anonhg.NetBSD.org/pkgsrc/rev/b06096bf9db5
branches: trunk
changeset: 453251:b06096bf9db5
user: thor <thor%pkgsrc.org@localhost>
date: Tue May 25 18:15:11 2021 +0000
description:
audio/mpg123: fix sed expression for non-GNU
diffstat:
audio/mpg123/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0865676c558c -r b06096bf9db5 audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common Tue May 25 18:11:17 2021 +0000
+++ b/audio/mpg123/Makefile.common Tue May 25 18:15:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.58 2021/05/25 10:44:22 thor Exp $
+# $NetBSD: Makefile.common,v 1.59 2021/05/25 18:15:11 thor Exp $
#
# used by audio/mpg123-nas/Makefile
# used by audio/mpg123-oss/Makefile
@@ -27,7 +27,7 @@
SUBST_STAGE.modules= pre-configure
SUBST_MESSAGE.modules= Avoid static module files with pkgsrc libtool.
SUBST_FILES.modules= Makefile.in
-SUBST_SED.modules= -e 's:\(output_.\+_la_CFLAGS = \)@:\1-shared @:'
+SUBST_SED.modules= -e 's:\(output_.*_la_CFLAGS = \)@:\1-shared @:'
DISTINFO_FILE= ${.CURDIR}/../../audio/mpg123/distinfo
Home |
Main Index |
Thread Index |
Old Index