diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-12-06 05:55:22 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-12-06 05:55:22 +0000 |
commit | ff0a3d2d372200238a7338b0c05291d7e5753c9e (patch) | |
tree | 5e0e97ab8cceabb497dd47d0c43fadd3e85b0baf /graphics/libfpx | |
parent | 9f68b0b18e45a13d3af0c42810bf2020a258d0d2 (diff) | |
download | ports-ff0a3d2d372200238a7338b0c05291d7e5753c9e.tar.gz ports-ff0a3d2d372200238a7338b0c05291d7e5753c9e.zip |
Notes
Diffstat (limited to 'graphics/libfpx')
-rw-r--r-- | graphics/libfpx/files/patch-unused-privates | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libfpx/files/patch-unused-privates b/graphics/libfpx/files/patch-unused-privates index c6773c079dde..434dfd56aba4 100644 --- a/graphics/libfpx/files/patch-unused-privates +++ b/graphics/libfpx/files/patch-unused-privates @@ -12,3 +12,14 @@ that some compilers (clang-3.2) complain about it... - OLEStorage* resultStorage; // Result FPX Image storage // Geometric parameters +--- oless/h/dir.hxx.orig 2012-11-23 13:08:46.000000000 +0800 ++++ oless/h/dir.hxx 2012-11-23 13:09:02.000000000 +0800 +@@ -140,8 +140,6 @@ + private: + inline BYTE GetBitFlags() const; + inline void SetBitFlags(BYTE bValue, BYTE bMask); +- +- BYTE _bpad[CBDIRPAD]; + }; + + //+-------------------------------------------------------------------------
\ No newline at end of file |