diff options
author | krion <krion@FreeBSD.org> | 2003-10-06 15:04:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-06 15:04:05 +0800 |
commit | 17d22281992cac9826734eab2545cfc86bcda022 (patch) | |
tree | c6251834b953b4661b28f207e4559498f763a00f /graphics/yafaray/files | |
parent | bfa47390a5927abb4ee5c587c1b54d888ccb212a (diff) | |
download | freebsd-ports-gnome-17d22281992cac9826734eab2545cfc86bcda022.tar.gz freebsd-ports-gnome-17d22281992cac9826734eab2545cfc86bcda022.tar.zst freebsd-ports-gnome-17d22281992cac9826734eab2545cfc86bcda022.zip |
- Update to version 0.0.4
PR: 57636
Submitted by: maintainer
Diffstat (limited to 'graphics/yafaray/files')
-rw-r--r-- | graphics/yafaray/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/yafaray/files/patch-src_loader_loader.cc | 12 |
2 files changed, 10 insertions, 12 deletions
diff --git a/graphics/yafaray/files/patch-configure b/graphics/yafaray/files/patch-configure new file mode 100644 index 000000000000..d17586d40ac4 --- /dev/null +++ b/graphics/yafaray/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/yafaray/files/patch-src_loader_loader.cc b/graphics/yafaray/files/patch-src_loader_loader.cc deleted file mode 100644 index 17ea8c9b40a0..000000000000 --- a/graphics/yafaray/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[]= |