svn commit: r308364 - head/graphics/libfpx/files
Kevin Lo
kevlo at FreeBSD.org
Thu Dec 6 05:55:22 UTC 2012
Author: kevlo
Date: Thu Dec 6 05:55:22 2012
New Revision: 308364
URL: http://svnweb.freebsd.org/changeset/ports/308364
Log:
Fix build with clang.
Maintainer timed out.
Feature safe: yes
PR: ports/173851
Modified:
head/graphics/libfpx/files/patch-unused-privates
Modified: head/graphics/libfpx/files/patch-unused-privates
==============================================================================
--- head/graphics/libfpx/files/patch-unused-privates Thu Dec 6 05:07:52 2012 (r308363)
+++ head/graphics/libfpx/files/patch-unused-privates Thu Dec 6 05:55:22 2012 (r308364)
@@ -12,3 +12,14 @@ that some compilers (clang-3.2) complain
- 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
More information about the svn-ports-all
mailing list