diff options
author | Peter Gavin <pete@gentoo.org> | 2001-04-23 01:00:39 +0000 |
---|---|---|
committer | Peter Gavin <pete@gentoo.org> | 2001-04-23 01:00:39 +0000 |
commit | 99cddce9cec3316dfd974b5f4191f0803bbc6c5b (patch) | |
tree | 0c8c4e414604843f8e008d64d28d939d744f3f73 /net-irc/bitchx/files | |
parent | a fix for automake's package.mask (later revs were getting masked out) (diff) | |
download | gentoo-2-99cddce9cec3316dfd974b5f4191f0803bbc6c5b.tar.gz gentoo-2-99cddce9cec3316dfd974b5f4191f0803bbc6c5b.tar.bz2 gentoo-2-99cddce9cec3316dfd974b5f4191f0803bbc6c5b.zip |
updates
Diffstat (limited to 'net-irc/bitchx/files')
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.18-r2-gentoo.diff | 31 | ||||
-rw-r--r-- | net-irc/bitchx/files/digest-bitchx-1.0.18-r2 | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/net-irc/bitchx/files/bitchx-1.0.18-r2-gentoo.diff b/net-irc/bitchx/files/bitchx-1.0.18-r2-gentoo.diff new file mode 100644 index 000000000000..034b395952d9 --- /dev/null +++ b/net-irc/bitchx/files/bitchx-1.0.18-r2-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 diff --git a/net-irc/bitchx/files/digest-bitchx-1.0.18-r2 b/net-irc/bitchx/files/digest-bitchx-1.0.18-r2 new file mode 100644 index 000000000000..3fc29729f1f9 --- /dev/null +++ b/net-irc/bitchx/files/digest-bitchx-1.0.18-r2 @@ -0,0 +1 @@ +MD5 737276281ae911c5e1e17b028ebee045 ircii-pana-1.0c18.tar.gz |