Index: files/patch-encfs-PtrImpl.h =================================================================== RCS file: /home/pcvs/ports/sysutils/fusefs-encfs/files/patch-encfs-PtrImpl.h,v retrieving revision 1.1 diff -u -r1.1 patch-encfs-PtrImpl.h --- files/patch-encfs-PtrImpl.h 19 Jan 2007 09:10:15 -0000 1.1 +++ files/patch-encfs-PtrImpl.h 14 Jun 2007 16:04:32 -0000 @@ -1,12 +1,16 @@ ---- encfs/PtrImpl.h.orig Fri Apr 15 11:34:22 2005 -+++ encfs/PtrImpl.h Thu Jan 18 22:34:52 2007 -@@ -26,6 +26,16 @@ +--- encfs/PtrImpl.h.orig Wed Feb 14 22:36:56 2007 ++++ encfs/PtrImpl.h Thu Jun 14 18:04:10 2007 +@@ -26,6 +26,20 @@ #include "OpaqueValue.h" +#include "config.h" +#if defined(HAVE_ATOMIC_GCC) || defined(HAVE_ATOMIC_GCC_PRIVATE) ++#if (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2) ++#include ++#else +#include ++#endif +#define HAVE_ATOMIC_FUNCS +#endif + @@ -17,7 +21,7 @@ namespace rel { -@@ -55,7 +65,12 @@ +@@ -55,7 +69,12 @@ virtual void destroy() =0; protected: