diff options
-rw-r--r-- | graphics/photoclip/files/patch-bmpcomponent.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/photoclip/files/patch-bmpcomponent.h b/graphics/photoclip/files/patch-bmpcomponent.h new file mode 100644 index 000000000000..e11bed15e099 --- /dev/null +++ b/graphics/photoclip/files/patch-bmpcomponent.h @@ -0,0 +1,12 @@ +--- bmpcomponent.h.orig 2006-08-15 09:44:29.000000000 +0200 ++++ bmpcomponent.h 2012-01-14 09:06:32.000000000 +0100 +@@ -15,7 +15,9 @@ + #else + + // Linux ++#if !defined(__FreeBSD__) + #include <endian.h> ++#endif + + #endif // ! defined(__sun__) + |