pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/deforaos-panel



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 09:08:36 UTC 2023

Modified Files:
        pkgsrc/x11/deforaos-panel: Makefile

Log Message:
deforaos-panel: Requires alsa-lib on at minimum Linux.

Don't understand the build system well enough to determine the exact
conditions for volume.so to be built.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/deforaos-panel/Makefile

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

Modified files:

Index: pkgsrc/x11/deforaos-panel/Makefile
diff -u pkgsrc/x11/deforaos-panel/Makefile:1.48 pkgsrc/x11/deforaos-panel/Makefile:1.49
--- pkgsrc/x11/deforaos-panel/Makefile:1.48     Tue Jun  6 12:42:52 2023
+++ pkgsrc/x11/deforaos-panel/Makefile  Sun Jul  9 09:08:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2023/06/06 12:42:52 riastradh Exp $
+# $NetBSD: Makefile,v 1.49 2023/07/09 09:08:36 nia Exp $
 
 DISTNAME=      Panel-0.4.3
 PKGNAME=       deforaos-panel-0.4.3
@@ -50,8 +50,10 @@ post-install:
 .endif
 
 .include "options.mk"
-
 .include "../../devel/deforaos-configure/deforaos-configure.mk"
+.if ${OPSYS} == "Linux"
+.  include "../../audio/alsa-lib/buildlink3.mk"
+.endif
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/deforaos-libdesktop/buildlink3.mk"
 .include "../../x11/libxkbfile/buildlink3.mk"



Home | Main Index | Thread Index | Old Index