pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/alsa-utils alsa-utils: use same epoll-shim recip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8428946c1d9
branches:  trunk
changeset: 382893:c8428946c1d9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 07 23:39:44 2022 +0000

description:
alsa-utils: use same epoll-shim recipe as wayland

diffstat:

 audio/alsa-utils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4087c00130de -r c8428946c1d9 audio/alsa-utils/Makefile
--- a/audio/alsa-utils/Makefile Sun Aug 07 23:35:28 2022 +0000
+++ b/audio/alsa-utils/Makefile Sun Aug 07 23:39:44 2022 +0000
@@ -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 @@
 .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