diff options
author | sketch <sketch> | 2003-12-16 11:22:31 +0000 |
---|---|---|
committer | sketch <sketch> | 2003-12-16 11:22:31 +0000 |
commit | e37a0965f94d1df2534d6f30784736e0b1873476 (patch) | |
tree | e5a23c25cc2a7b554213933f9d19f81178307ab6 /net/ORBit/patches/patch-ap | |
parent | 9cb67099d44e1fb0b532cafe02c299aea1b6b60e (diff) | |
download | pkgsrc-e37a0965f94d1df2534d6f30784736e0b1873476.tar.gz |
Properly check for alloca.h and use if necessary, fixing USE_SUNPRO build.
Diffstat (limited to 'net/ORBit/patches/patch-ap')
-rw-r--r-- | net/ORBit/patches/patch-ap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ORBit/patches/patch-ap b/net/ORBit/patches/patch-ap new file mode 100644 index 00000000000..7f47a7e0884 --- /dev/null +++ b/net/ORBit/patches/patch-ap @@ -0,0 +1,14 @@ +$NetBSD: patch-ap,v 1.1 2003/12/16 11:22:31 sketch Exp $ + +--- config.h.in.orig 2002-03-20 14:14:02.000000000 +0000 ++++ config.h.in 2003-12-15 17:58:49.132485462 +0000 +@@ -33,6 +33,9 @@ + #undef HAVE_HOSTS_ACCESS + #undef HAVE_TCPD_H + ++/* Define if you have the <alloca.h> header file. */ ++#undef HAVE_ALLOCA_H ++ + #ifdef HAVE_ALLOCA_H + #include <alloca.h> + #endif |