pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/qmmp



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar 17 09:57:54 UTC 2021

Modified Files:
        pkgsrc/audio/qmmp: Makefile

Log Message:
qmmp: Add LIBOSSAUDIO on NetBSD. Makes OSS output plugin work.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/qmmp/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/qmmp/Makefile
diff -u pkgsrc/audio/qmmp/Makefile:1.21 pkgsrc/audio/qmmp/Makefile:1.22
--- pkgsrc/audio/qmmp/Makefile:1.21     Mon Mar 15 13:15:56 2021
+++ pkgsrc/audio/qmmp/Makefile  Wed Mar 17 09:57:54 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2021/03/15 13:15:56 nia Exp $
+# $NetBSD: Makefile,v 1.22 2021/03/17 09:57:54 nia Exp $
 
 DISTNAME=      qmmp-1.4.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://qmmp.ylsoftware.com/files/
 EXTRACT_SUFX=  .tar.bz2
@@ -35,6 +35,7 @@ CMAKE_ARGS+=          -DUSE_OSS4=ON
 PLIST.oss=             yes
 CMAKE_ARGS+=           -DUSE_OSS=ON
 CMAKE_ARGS+=           -DUSE_OSS4=OFF
+LDFLAGS+=              ${LIBOSSAUDIO}
 .  endif
 SUBST_CLASSES+=                oss
 SUBST_STAGE.oss=       pre-build



Home | Main Index | Thread Index | Old Index