pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/mpg123



Module Name:    pkgsrc
Committed By:   thor
Date:           Tue May 25 18:15:11 UTC 2021

Modified Files:
        pkgsrc/audio/mpg123: Makefile.common

Log Message:
audio/mpg123: fix sed expression for non-GNU


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/audio/mpg123/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpg123/Makefile.common
diff -u pkgsrc/audio/mpg123/Makefile.common:1.58 pkgsrc/audio/mpg123/Makefile.common:1.59
--- pkgsrc/audio/mpg123/Makefile.common:1.58    Tue May 25 10:44:22 2021
+++ pkgsrc/audio/mpg123/Makefile.common Tue May 25 18:15:11 2021
@@ -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_CLASSES+=               modules
 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