pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/wayland



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug  7 23:35:28 UTC 2022

Modified Files:
        pkgsrc/devel/wayland: Makefile

Log Message:
wayland: provide necessary -I for libepoll-shim


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/wayland/Makefile

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

Modified files:

Index: pkgsrc/devel/wayland/Makefile
diff -u pkgsrc/devel/wayland/Makefile:1.15 pkgsrc/devel/wayland/Makefile:1.16
--- pkgsrc/devel/wayland/Makefile:1.15  Thu Aug  4 15:26:15 2022
+++ pkgsrc/devel/wayland/Makefile       Sun Aug  7 23:35:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/08/04 15:26:15 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/08/07 23:35:28 tnn Exp $
 
 DISTNAME=      wayland-1.21.0
 CATEGORIES=    devel
@@ -32,6 +32,7 @@ PKGCONFIG_OVERRIDE+=          output/meson-priva
 .include "../../mk/bsd.fast.prefs.mk"
 .if ${OPSYS} != "Linux"
 .  include "../../devel/libepoll-shim/buildlink3.mk"
+CPPFLAGS+=     -I${BUILDLINK_PREFIX.libepoll-shim}/include/libepoll-shim
 .endif
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index