Up to [cvs.NetBSD.org] / pkgsrc / devel / libepoll-shim
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 7 23:29:49 2022 UTC (4 days, 21 hours ago) by tnn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
libepoll-shim: take out CFLAGS from the pkg-config file This is a patently Gross Hack<TM>. But without it random package's configure scripts that use gtk3+ can pick up broken epoll support via "pkg-config --cflags gtk+-x11-3.0", since that will include -I/usr/pkg/include/libepoll-shim. Direct consumers of libepoll-shim must add the CFLAGS explicitly.