svn commit: r332125 - head/graphics/libprojectm/files

John Marino marino at FreeBSD.org
Wed Oct 30 15:16:28 UTC 2013


Author: marino
Date: Wed Oct 30 15:16:28 2013
New Revision: 332125
URL: http://svnweb.freebsd.org/changeset/ports/332125

Log:
  graphics/libprojectm: add <sys/types.h>
  
  Required with gcc48/binutils 2.23 for uint definition.
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/graphics/libprojectm/files/
  head/graphics/libprojectm/files/patch-Renderer_TextureManager.cpp   (contents, props changed)

Added: head/graphics/libprojectm/files/patch-Renderer_TextureManager.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libprojectm/files/patch-Renderer_TextureManager.cpp	Wed Oct 30 15:16:28 2013	(r332125)
@@ -0,0 +1,10 @@
+--- Renderer/TextureManager.cpp.orig	2009-12-06 02:42:51.000000000 +0100
++++ Renderer/TextureManager.cpp
+@@ -25,6 +25,7 @@
+ #ifdef MACOS
+ #include <dirent.h>
+ #endif
++#include <sys/types.h>
+ #include "TextureManager.hpp"
+ #include "Common.hpp"
+ #include "IdleTextures.hpp"


More information about the svn-ports-head mailing list