summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-01-14 08:56:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-01-14 08:56:29 +0000
commit3c1484f2613137d7eaba8577f6d580c5532ac912 (patch)
tree906072699427945e7fcaf4493c9b2620c35a5e3f
parent- builds ok on FreeBSD-9 amd64 (diff)
- fix build with gcc46
Notes
Notes: svn path=/head/; revision=289155
-rw-r--r--graphics/photoclip/files/patch-bmpcomponent.h12
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__)
+