pkgsrc/lang/hugs/patches/patch-packages_base_cbits_execvpe.c
2015-12-29 23:34:43 +00:00

15 lines
625 B
C

$NetBSD: patch-packages_base_cbits_execvpe.c,v 1.2 2015/12/29 23:34:48 dholland Exp $
Don't provide own execvpe if the system already has it.
--- packages/base/cbits/execvpe.c.orig 2014-10-14 12:37:00.000000000 +0000
+++ packages/base/cbits/execvpe.c
@@ -5,7 +5,7 @@
-------------------------------------------------------------------------- */
#include "HsBase.h"
-#if !(defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)) /* to the end */
+#if !(defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)) && !HAVE_EXECVPE /* to the end */
/* Evidently non-Posix. */
/* #include "PosixSource.h" */