mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
$NetBSD: patch-configure,v 1.1 2013/09/10 14:45:48 joerg Exp $
|
|
|
|
--- configure.orig 2013-09-10 11:49:57.000000000 +0000
|
|
+++ configure
|
|
@@ -2942,6 +2942,7 @@ done
|
|
|
|
|
|
case "$ac_cv_prog_CC" in
|
|
+ clang*) ;;
|
|
cl*) cat >> confdefs.h <<\EOF
|
|
#define alloca _alloca
|
|
EOF
|