diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-22 10:52:18 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-22 10:52:18 -0400 |
commit | 908d987dd1dcd4899f8f7f0878514c22ca8048b7 (patch) | |
tree | 29bf5986774207c3453044e1f370fb98d2431265 /artistic/yafaray-git/gcc47.patch | |
parent | 308bfb446305a96dffce945b6c4fb82b10d1b91b (diff) | |
parent | 8351d69e64a40d68fa32cfeea227b6fcf7afe974 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'artistic/yafaray-git/gcc47.patch')
-rw-r--r-- | artistic/yafaray-git/gcc47.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/artistic/yafaray-git/gcc47.patch b/artistic/yafaray-git/gcc47.patch deleted file mode 100644 index 75775498b..000000000 --- a/artistic/yafaray-git/gcc47.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- yafaray.orig/src/yafraycore/scene.cc 2012-04-18 00:03:16.508415920 -0300 -+++ yafaray/src/yafraycore/scene.cc 2012-04-18 00:29:59.090117108 -0300 -@@ -39,6 +39,7 @@ - #include <iostream> - #include <limits> - #include <sstream> -+#include <unistd.h> - - __BEGIN_YAFRAY - |