summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2001-09-23 03:19:03 +0000
committerBruce A. Locke <blocke@gentoo.org>2001-09-23 03:19:03 +0000
commit73cad25bbc8b8e1b856e6c8c2760ae75661bc565 (patch)
treea9403727b263c2691f51f26694c9c6a8f6cf3b45 /net-irc
parentesd support in bitchx temporarily disabled (diff)
downloadgentoo-2-73cad25bbc8b8e1b856e6c8c2760ae75661bc565.tar.gz
gentoo-2-73cad25bbc8b8e1b856e6c8c2760ae75661bc565.tar.bz2
gentoo-2-73cad25bbc8b8e1b856e6c8c2760ae75661bc565.zip
makefile patch still seems to be needed
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/bitchx/files/bitchx-1.0.18-r3-gentoo.diff31
1 files changed, 31 insertions, 0 deletions
diff --git a/net-irc/bitchx/files/bitchx-1.0.18-r3-gentoo.diff b/net-irc/bitchx/files/bitchx-1.0.18-r3-gentoo.diff
new file mode 100644
index 000000000000..034b395952d9
--- /dev/null
+++ b/net-irc/bitchx/files/bitchx-1.0.18-r3-gentoo.diff
@@ -0,0 +1,31 @@
+diff -ur BitchX.orig/configure BitchX/configure
+--- BitchX.orig/configure Mon Jan 8 01:24:22 2001
++++ BitchX/configure Tue Apr 17 18:33:57 2001
+@@ -7030,7 +7030,8 @@
+
+ echo "$as_me:7031: checking for ZVT" >&5
+ echo $ECHO_N "checking for ZVT... $ECHO_C" >&6
+- ZVT_LIBS="`$GNOME_CONFIG $gnome_config_args --libs-only-l zvt`"
++ ZVT_CFLAGS="`$GNOME_CONFIG $gnome_config_args --cflags gnome`"
++ ZVT_LIBS="`$GNOME_CONFIG $gnome_config_args --libs zvt`"
+ if test x"$ZVT_LIBS" != x""; then
+ echo "$as_me:7035: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+@@ -7097,8 +7098,6 @@
+ G_CFLAGS="$GLIB_CFLAGS $GTK_CFLAGS $GDK_IMLIB_CFLAGS $ZVT_CFLAGS"
+ G_LIBS="$GLIB_LIBS $GTK_LIBS $PTHREAD_LIBS $GDK_IMLIB_LIBS $ZVT_LIBS"
+ fi
+- CFLAGS="$CFLAGS $G_CFLAGS"
+- LIBS="$G_LIBS $LIBS"
+ VERSION="gtk$VERSION"
+ _VERSION_="gtk$_VERSION_"
+
+@@ -11944,6 +11943,8 @@
+ SHLIB_SUFFIX=".so"
+ fi
+
++CFLAGS="$CFLAGS $G_CFLAGS"
++LIBS="$G_LIBS $LIBS"
+ if test x"$GCC" = x"yes" -a -z "`echo "$CFLAGS" | grep \\\-Wall`"; then
+ CFLAGS="$CFLAGS -Wall"
+ fi