diff options
Diffstat (limited to 'graphics/yafray/files')
-rw-r--r-- | graphics/yafray/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/yafray/files/patch-src_loader_loader.cc | 12 |
2 files changed, 10 insertions, 12 deletions
diff --git a/graphics/yafray/files/patch-configure b/graphics/yafray/files/patch-configure new file mode 100644 index 000000000000..d17586d40ac4 --- /dev/null +++ b/graphics/yafray/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Jun 12 21:31:41 2003 ++++ configure Thu Jun 12 21:32:01 2003 +@@ -7842,6 +7842,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='${SHELL} /usr/local/bin/libtool' diff --git a/graphics/yafray/files/patch-src_loader_loader.cc b/graphics/yafray/files/patch-src_loader_loader.cc deleted file mode 100644 index 17ea8c9b40a0..000000000000 --- a/graphics/yafray/files/patch-src_loader_loader.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/loader/loader.cc.orig Sun May 18 13:41:35 2003 -+++ src/loader/loader.cc Sun May 18 13:42:24 2003 -@@ -32,6 +32,9 @@ - #include<zlib.h> - #endif - -+#ifdef __FreeBSD__ -+#define __GNU_LIBRARY__ -+#endif - #include <getopt.h> - - string path[]= |