1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- fix build with gcc46

This commit is contained in:
Dirk Meyer 2012-01-14 08:56:29 +00:00
parent c139e8a984
commit 3c1484f261
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289155

View File

@ -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__)