diff options
author | demon <demon@FreeBSD.org> | 2002-07-16 05:38:20 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-07-16 05:38:20 +0800 |
commit | 1006d426437e1bcd1dc5b49aa080e4b65b839734 (patch) | |
tree | f5d745ccca0a3d01ad0f6262d26841af0592bff5 /audio/gnump3d/files | |
parent | a8016d5d4cb4a9d5f97dd4eddc98a2adf710c4ca (diff) | |
download | freebsd-ports-gnome-1006d426437e1bcd1dc5b49aa080e4b65b839734.tar.gz freebsd-ports-gnome-1006d426437e1bcd1dc5b49aa080e4b65b839734.tar.zst freebsd-ports-gnome-1006d426437e1bcd1dc5b49aa080e4b65b839734.zip |
Update to version 0.9.9.9.2.
PR: 40620
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio/gnump3d/files')
-rw-r--r-- | audio/gnump3d/files/patch-config::ltmain.sh | 10 | ||||
-rw-r--r-- | audio/gnump3d/files/patch-src::threads.cc | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/audio/gnump3d/files/patch-config::ltmain.sh b/audio/gnump3d/files/patch-config::ltmain.sh new file mode 100644 index 000000000000..d8d418253953 --- /dev/null +++ b/audio/gnump3d/files/patch-config::ltmain.sh @@ -0,0 +1,10 @@ +--- config/ltmain.sh.orig Sun Jul 14 08:53:50 2002 ++++ config/ltmain.sh Tue Jul 16 00:38:55 2002 +@@ -967,6 +967,7 @@ + ;; + + -avoid-version) ++ build_old_libs=no + avoid_version=yes + continue + ;; diff --git a/audio/gnump3d/files/patch-src::threads.cc b/audio/gnump3d/files/patch-src::threads.cc new file mode 100644 index 000000000000..e3df3f0b3c49 --- /dev/null +++ b/audio/gnump3d/files/patch-src::threads.cc @@ -0,0 +1,10 @@ +--- src/threads.cc.orig Sun Jul 14 08:53:50 2002 ++++ src/threads.cc Tue Jul 16 00:01:18 2002 +@@ -39,6 +39,7 @@ + #include <errno.h> + #include <algorithm> + #include <fstream.h> /* Portability fix: used to be <fstream> */ ++#include <sys/types.h> + #include <netinet/in.h> + #include <sys/socket.h> + #include <netdb.h> |