diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 22:20:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 22:20:28 +0000 |
commit | b182221e372caa264a4e28f7dde4bc582a764e5f (patch) | |
tree | a43664e43d2e1469850d0357135e3d4efdbacdcc /wm/3ddesktop/patches | |
parent | 7f41aefc9353d70b68e9f553bfc3b22aeaddf62e (diff) | |
download | pkgsrc-b182221e372caa264a4e28f7dde4bc582a764e5f.tar.gz |
Fix build with modern GCC
Diffstat (limited to 'wm/3ddesktop/patches')
-rw-r--r-- | wm/3ddesktop/patches/patch-config.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wm/3ddesktop/patches/patch-config.cpp b/wm/3ddesktop/patches/patch-config.cpp new file mode 100644 index 00000000000..7be4e450010 --- /dev/null +++ b/wm/3ddesktop/patches/patch-config.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-config.cpp,v 1.1 2011/11/25 22:20:28 joerg Exp $ + +--- config.cpp.orig 2011-11-25 13:25:07.000000000 +0000 ++++ config.cpp +@@ -19,6 +19,7 @@ + // the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + // + ++#include <string.h> + #include "config.hpp" + + static void |