Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 05:55:22 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308364 - head/graphics/libfpx/files
Message-ID:  <201212060555.qB65tMD6074349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212060555.qB65tMD6074349>