pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/apr
Module Name: pkgsrc
Committed By: tnn
Date: Sun Jul 30 21:31:50 UTC 2023
Modified Files:
pkgsrc/devel/apr: Makefile
Log Message:
apr: don't use epoll(2) on NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/devel/apr/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/apr/Makefile
diff -u pkgsrc/devel/apr/Makefile:1.92 pkgsrc/devel/apr/Makefile:1.93
--- pkgsrc/devel/apr/Makefile:1.92 Sun Apr 23 08:57:08 2023
+++ pkgsrc/devel/apr/Makefile Sun Jul 30 21:31:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2023/04/23 08:57:08 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2023/07/30 21:31:50 tnn Exp $
#
# Take care, changelogs often include "PR 12345" strings
# which cause GNATS indigestion.
@@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-devrandom=/dev/urandom
CONFIGURE_ARGS+= --with-installbuilddir=${PREFIX}/libexec/apr
CONFIGURE_ENV+= LIBS=${LIBS:M*:Q}
+CONFIGURE_ENV.NetBSD+= apr_cv_epoll=no
LIBS.SunOS+= -lnsl
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index