$OpenBSD: patch-libraries_unix_include_execvpe_h,v 1.2 2014/11/22 20:23:23 kili Exp $

Don't build the included execvpe().

--- libraries/unix/include/execvpe.h.orig	Thu Jul 10 06:33:35 2014
+++ libraries/unix/include/execvpe.h	Sun Nov  2 22:19:39 2014
@@ -19,9 +19,6 @@
 #endif
 
 #if !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(_WIN32)
-#ifndef __QNXNTO__
-extern int execvpe(char *name, char *const argv[], char **envp);
-#endif
 extern void pPrPr_disableITimers (void);
 #endif
 
