pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/alsa-utils



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug  7 23:39:44 UTC 2022

Modified Files:
        pkgsrc/audio/alsa-utils: Makefile

Log Message:
alsa-utils: use same epoll-shim recipe as wayland


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/alsa-utils/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/alsa-utils/Makefile
diff -u pkgsrc/audio/alsa-utils/Makefile:1.25 pkgsrc/audio/alsa-utils/Makefile:1.26
--- pkgsrc/audio/alsa-utils/Makefile:1.25       Sat Aug  6 07:50:05 2022
+++ pkgsrc/audio/alsa-utils/Makefile    Sun Aug  7 23:39:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/08/06 07:50:05 nia Exp $
+# $NetBSD: Makefile,v 1.26 2022/08/07 23:39:44 tnn Exp $
 
 DISTNAME=      alsa-utils-1.2.6
 CATEGORIES=    audio
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+=      --disable-nls
 .include "../../audio/alsa-lib/buildlink3.mk"
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} != "Linux" && defined(OPSYS_HAS_KQUEUE)
-CFLAGS+=       -I${BUILDLINK_DIR}/include/libepoll-shim
+CPPFLAGS+=     -I${BUILDLINK_PREFIX.libepoll-shim}/include/libepoll-shim
 LDFLAGS+=      -lepoll-shim -linotify
 .include "../../devel/libepoll-shim/buildlink3.mk"
 .include "../../devel/libinotify/buildlink3.mk"



Home | Main Index | Thread Index | Old Index