diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 23:09:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 23:09:08 +0000 |
commit | 6fc2aa5822e045d34e29e41625d9e3feb2ee4b66 (patch) | |
tree | 615889f40ad122783a2e164bd6c6f3c17dbb765e /net/gkrellm-gift/files/patch-configure | |
parent | After repocopy from irc/xchat2, add xchat-gnome 0.1, a fork of IRC client (diff) |
Add gkrellm-gift, a GKrellM plugin that monitors your active giFT transfers
and their progress. Each transfer is displayed in a panel showing the filename
and the percentage of transmitted bytes.
PR: ports/66204
Submitted by: Tobias Roth <ports@fsck.ch>
Notes
Notes:
svn path=/head/; revision=108412
Diffstat (limited to 'net/gkrellm-gift/files/patch-configure')
-rw-r--r-- | net/gkrellm-gift/files/patch-configure | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/gkrellm-gift/files/patch-configure b/net/gkrellm-gift/files/patch-configure new file mode 100644 index 000000000000..4273108c0868 --- /dev/null +++ b/net/gkrellm-gift/files/patch-configure @@ -0,0 +1,27 @@ +--- configure.orig Mon May 3 08:53:37 2004 ++++ configure Mon May 3 08:56:01 2004 +@@ -18994,10 +18994,11 @@ + echo "${ECHO_T}no" >&6 + fi + +- +-cat >>confdefs.h <<\_ACEOF +-#define GTK_DISABLE_DEPRECATED 1 +-_ACEOF ++# restore gtk 2.4 compatibility ++# author promised to fix this in the next version ++#cat >>confdefs.h <<\_ACEOF ++##define GTK_DISABLE_DEPRECATED 1 ++#_ACEOF + + + if test x$prefix = xNONE; then +@@ -19005,7 +19006,7 @@ + + fi + +-plugindir=${prefix}/lib/gkrellm2/plugins ++plugindir=${prefix}/libexec/gkrellm2/plugins + + + ac_config_files="$ac_config_files Makefile pixmaps/Makefile src/Makefile" |