diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-08-15 17:52:52 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-08-15 17:52:52 +0000 |
commit | b6c0bb773382e6807e138a4654fc9951baddd576 (patch) | |
tree | 18e5b1db1f3dc793a74fcd556c5a1020acc57945 /net-im/licq/files | |
parent | Unmasked qt-3.0.5-r1 (diff) | |
download | gentoo-2-b6c0bb773382e6807e138a4654fc9951baddd576.tar.gz gentoo-2-b6c0bb773382e6807e138a4654fc9951baddd576.tar.bz2 gentoo-2-b6c0bb773382e6807e138a4654fc9951baddd576.zip |
Fixes compilation issues with gcc-3.1. Closes #5826.
Diffstat (limited to 'net-im/licq/files')
-rw-r--r-- | net-im/licq/files/1.2.0a-config.patch | 22 | ||||
-rw-r--r-- | net-im/licq/files/digest-licq-1.2.0a-r1 | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-im/licq/files/1.2.0a-config.patch b/net-im/licq/files/1.2.0a-config.patch new file mode 100644 index 000000000000..34593b947c44 --- /dev/null +++ b/net-im/licq/files/1.2.0a-config.patch @@ -0,0 +1,22 @@ +--- configure.old Wed Jul 31 08:40:07 2002 ++++ configure Wed Jul 31 08:40:26 2002 +@@ -2952,7 +2952,7 @@ + + ac_ext=C + # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +-ac_cpp='$CXXCPP $CPPFLAGS' ++ac_cpp='-Wno-deprecated $CXXCPP $CPPFLAGS' + ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' + ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + cross_compiling=$ac_cv_prog_cxx_cross +--- plugins/qt-gui-1.2.0/configure.old Wed Jul 31 08:46:10 2002 ++++ plugins/qt-gui-1.2.0/configure Wed Jul 31 08:48:00 2002 +@@ -4544,7 +4544,7 @@ + + ac_ext=C + # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +-ac_cpp='$CXXCPP $CPPFLAGS' ++ac_cpp='-Wno-deprecated $CXXCPP $CPPFLAGS' + ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' + ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + cross_compiling=$ac_cv_prog_cxx_cross diff --git a/net-im/licq/files/digest-licq-1.2.0a-r1 b/net-im/licq/files/digest-licq-1.2.0a-r1 new file mode 100644 index 000000000000..7b91e3648cbf --- /dev/null +++ b/net-im/licq/files/digest-licq-1.2.0a-r1 @@ -0,0 +1 @@ +MD5 3f977d83b36b26d1bc716be3e3336315 licq-1.2.0a.tar.bz2 1741476 |