svn commit: r336278 - head/devel/freeocl/files

Gerald Pfeifer gerald at FreeBSD.org
Thu Dec 12 16:48:57 UTC 2013


Author: gerald
Date: Thu Dec 12 16:48:56 2013
New Revision: 336278
URL: http://svnweb.freebsd.org/changeset/ports/336278

Log:
  Add #include <sys/types.h> needed by newer compilers such as GCC 4.7.
  
  PR:		184567, 182136
  Submitted by:	Christoph Moench-Tegeder <cmt at burggraben.net>
  Approved by:	maintainer (O. Hartmann <ohartman at zedat.fu-berlin.de>)

Added:
  head/devel/freeocl/files/patch-src_freeocl.h   (contents, props changed)

Added: head/devel/freeocl/files/patch-src_freeocl.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/freeocl/files/patch-src_freeocl.h	Thu Dec 12 16:48:56 2013	(r336278)
@@ -0,0 +1,10 @@
+--- src/freeocl.h.orig	2013-11-15 21:18:17.000000000 +0100
++++ src/freeocl.h	2013-11-15 21:24:32.000000000 +0100
+@@ -26,6 +26,7 @@
+ #include "dispatch.h"
+ #include <iostream>
+ #include <deque>
++#include <sys/types.h>
+ 
+ #ifdef DEBUG_UTILS
+ #define MSG(X)	std::cout << #X << std::endl


More information about the svn-ports-head mailing list