1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/gkrellm-gift/files/patch-configure
Pav Lucistnik 6fc2aa5822 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>
2004-05-04 23:09:08 +00:00

28 lines
633 B
Plaintext

--- 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"