pkgsrc/editors/lyx/patches/patch-src_mathed_InsetMath.h
markd be7ff55812 Fix build with gcc4.6
Add -fpermissive for Linux
2012-03-10 20:55:46 +00:00

14 lines
332 B
C

$NetBSD: patch-src_mathed_InsetMath.h,v 1.1 2012/03/10 20:55:47 markd Exp $
Fix build with gcc 4.6
--- src/mathed/InsetMath.h.orig 2010-12-29 15:36:35.000000000 +0000
+++ src/mathed/InsetMath.h
@@ -13,6 +13,7 @@
#ifndef MATH_INSET_H
#define MATH_INSET_H
+#include <cstddef>
#include "MathData.h"
#include "insets/Inset.h"