diff options
Diffstat (limited to 'multimedia/gnash/patches/patch-ab')
-rw-r--r-- | multimedia/gnash/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/gnash/patches/patch-ab b/multimedia/gnash/patches/patch-ab deleted file mode 100644 index 686642e28b1..00000000000 --- a/multimedia/gnash/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2008/06/22 20:15:51 wiz Exp $ - ---- libbase/ref_counted.h.orig 2008-04-10 02:41:07.000000000 +0200 -+++ libbase/ref_counted.h -@@ -26,7 +26,7 @@ - #include "dsodefs.h" // for DSOEXPORT - - #include <cassert> --#include <boost/detail/atomic_count.hpp> -+#include <boost/detail/atomic_count_pthreads.hpp> - - namespace gnash { - |