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

14 lines
324 B
C

$NetBSD: patch-src_mathed_MathData.h,v 1.1 2012/03/10 20:55:47 markd Exp $
Fix build with gcc 4.6
--- src/mathed/MathData.h.orig 2010-01-20 02:10:29.000000000 +0000
+++ src/mathed/MathData.h
@@ -15,6 +15,7 @@
#ifndef MATH_DATA_H
#define MATH_DATA_H
+#include <cstddef>
#include "Dimension.h"
#include "MathAtom.h"