diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-10-15 15:06:05 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-10-15 15:06:05 +0000 |
commit | 04e89ac3e2cdd983b297710f1f8a2a965179abe8 (patch) | |
tree | df129e09781c4bc4a122c7f39e7963ee2680b970 /net-irc/bitchx | |
parent | fix an error cause use perl making it _NOT_ use perl :), thanks lamer for rep... (diff) | |
download | gentoo-2-04e89ac3e2cdd983b297710f1f8a2a965179abe8.tar.gz gentoo-2-04e89ac3e2cdd983b297710f1f8a2a965179abe8.tar.bz2 gentoo-2-04e89ac3e2cdd983b297710f1f8a2a965179abe8.zip |
changed -r number of patch so it will work with latest revision of BX.
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.18-r4-gentoo.diff | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-irc/bitchx/files/bitchx-1.0.18-r4-gentoo.diff b/net-irc/bitchx/files/bitchx-1.0.18-r4-gentoo.diff new file mode 100644 index 000000000000..034b395952d9 --- /dev/null +++ b/net-irc/bitchx/files/bitchx-1.0.18-r4-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 |