diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-14 08:56:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-01-14 08:56:29 +0000 |
commit | 3c1484f2613137d7eaba8577f6d580c5532ac912 (patch) | |
tree | 906072699427945e7fcaf4493c9b2620c35a5e3f | |
parent | c139e8a9847aeebd800e488e30e807e73bf8b9c1 (diff) | |
download | ports-3c1484f2613137d7eaba8577f6d580c5532ac912.tar.gz ports-3c1484f2613137d7eaba8577f6d580c5532ac912.zip |
Notes
-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__) + |