mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
6fc2aa5822
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>
28 lines
633 B
Plaintext
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"
|