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 17:02:13 UTC 2021

Modified Files:
        pkgsrc/audio/mpg123: Makefile

Log Message:
audio/mpg123: fix check for PLIST.oss


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/audio/mpg123/Makefile

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
diff -u pkgsrc/audio/mpg123/Makefile:1.61 pkgsrc/audio/mpg123/Makefile:1.62
--- pkgsrc/audio/mpg123/Makefile:1.61   Tue May 25 10:44:22 2021
+++ pkgsrc/audio/mpg123/Makefile        Tue May 25 17:02:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2021/05/25 10:44:22 thor Exp $
+# $NetBSD: Makefile,v 1.62 2021/05/25 17:02:13 thor Exp $
 
 PKGNAME=       ${DISTNAME:C/[^[:alnum:]]*//}
 COMMENT=       MPEG layer 1, 2, and 3 audio player
@@ -27,7 +27,7 @@ MPG123_DEFAULT_MODULE=        oss
 PLIST.oss=             yes
 .endif
 
-.if ${PLIST.oss} == "yes"
+.if !empty(${PLIST.oss})
 .include "../../mk/oss.buildlink3.mk"
 LIBS+=         ${LIBOSSAUDIO}
 CPPFLAGS+=     -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""



Home | Main Index | Thread Index | Old Index