diff --git a/net/quagga/distinfo b/net/quagga/distinfo index 91838844a5a1e..479b2b9f075f4 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -4,3 +4,4 @@ SHA1 (quagga-0.99.22.3.tar.gz) = 80e2d32bb0a95d2e3e9c90f16618eee863202f85 RMD160 (quagga-0.99.22.3.tar.gz) = 41fa875d1722af286621aa90b14b27a56e8d6c9d Size (quagga-0.99.22.3.tar.gz) = 2363963 bytes SHA1 (patch-configure) = a58a698ba9b8a174c3623a9cd4b52518e410c0df +SHA1 (patch-lib_queue.h) = be3dcf510540aaf843672f5ab75b2d2c4926c77e diff --git a/net/quagga/patches/patch-lib_queue.h b/net/quagga/patches/patch-lib_queue.h new file mode 100644 index 0000000000000..448d664a61783 --- /dev/null +++ b/net/quagga/patches/patch-lib_queue.h @@ -0,0 +1,15 @@ +$NetBSD$ + +fix build on SmartOS +--- lib/queue.h.orig 2013-07-30 14:47:01.000000000 +0000 ++++ lib/queue.h +@@ -33,7 +33,9 @@ + #ifndef _SYS_QUEUE_H_ + #define _SYS_QUEUE_H_ + ++#ifndef SUNOS_5 + #include ++#endif + + /* + * This file defines four types of data structures: singly-linked lists,