diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-12-06 13:55:22 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-12-06 13:55:22 +0800 |
commit | 4ed976e6b90acb72c0a62fe4f3cf0f15fd210484 (patch) | |
tree | 5e0e97ab8cceabb497dd47d0c43fadd3e85b0baf /graphics/libfpx | |
parent | 7f5e4a01fd6c7a0eef90453d6ce99c4ac41f8f79 (diff) | |
download | freebsd-ports-gnome-4ed976e6b90acb72c0a62fe4f3cf0f15fd210484.tar.gz freebsd-ports-gnome-4ed976e6b90acb72c0a62fe4f3cf0f15fd210484.tar.zst freebsd-ports-gnome-4ed976e6b90acb72c0a62fe4f3cf0f15fd210484.zip |
Fix build with clang.
Maintainer timed out.
Feature safe: yes
PR: ports/173851
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 |