ports/devel/libuv/patches/patch-configure_ac

11 lines
720 B
Text

Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -69,6 +69,7 @@ AM_CONDITIONAL([LINUX], [AS_CASE([$host_os],[linux*
AM_CONDITIONAL([MSYS], [AS_CASE([$host_os],[msys*], [true], [false])])
AM_CONDITIONAL([NETBSD], [AS_CASE([$host_os],[netbsd*], [true], [false])])
AM_CONDITIONAL([OPENBSD], [AS_CASE([$host_os],[openbsd*], [true], [false])])
+AM_CONDITIONAL([SECBSD], [AS_CASE([$host_os],[secbsd*], [true], [false])])
AM_CONDITIONAL([OS390], [AS_CASE([$host_os],[openedition*], [true], [false])])
AM_CONDITIONAL([OS400], [AS_CASE([$host_os],[os400], [true], [false])])
AM_CONDITIONAL([SUNOS], [AS_CASE([$host_os],[solaris*], [true], [false])])