Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 15:56:07 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327562 - head/graphics/aeskulap/files
Message-ID:  <201309181556.r8IFu74h089128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Sep 18 15:56:07 2013
New Revision: 327562
URL: http://svnweb.freebsd.org/changeset/ports/327562

Log:
  - Fix build on CURRENT
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h   (contents, props changed)

Modified: head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h
==============================================================================
--- head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h	Wed Sep 18 15:22:30 2013	(r327561)
+++ head/graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h	Wed Sep 18 15:56:07 2013	(r327562)
@@ -1,6 +1,14 @@
---- dcmtk/ofstd/include/ofthread.h.orig	2010-08-23 16:28:30.000000000 +0200
-+++ dcmtk/ofstd/include/ofthread.h	2010-08-23 16:33:06.000000000 +0200
-@@ -118,14 +118,14 @@
+--- dcmtk/ofstd/include/ofthread.h.orig	2006-03-08 10:25:25.000000000 +0100
++++ dcmtk/ofstd/include/ofthread.h	2013-09-18 17:55:34.000000000 +0200
+@@ -38,6 +38,7 @@
+ #ifndef OFTHREAD_H
+ #define OFTHREAD_H
+ 
++#include <pthread.h>
+ #include "osconfig.h"
+ #include "oftypes.h"  /* for class OFBool */
+ #include "ofstring.h" /* for class OFString */
+@@ -118,14 +119,14 @@
     *  provided in this class.
     *  @return thread ID of target thread if started, 0 otherwise.
     */
@@ -17,7 +25,7 @@
  
    /** converts any of the error codes returned by the methods of this class
     *  into a textual description, which is written into the string object.
-@@ -158,7 +158,7 @@
+@@ -158,7 +159,7 @@
     *  provided in this class.
     *  @return thread ID of the calling thread.
     */
@@ -26,7 +34,7 @@
  
  private:
  
-@@ -177,7 +177,7 @@
+@@ -177,7 +178,7 @@
  #endif
  
    /** thread identifier */



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