File 0001-fix-compilation.patch of Package ihu

Only in a: configure
diff -aur a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@
 fi
 
 
-AC_CHECK_LIB(gmpxx, __gmpz_init,, [AC_MSG_ERROR([GNU MP not found, download at http://swox.com/gmp])])
+AC_CHECK_HEADER([gmpxx.h],, [AC_MSG_ERROR([GNU MP not found, download at http://swox.com/gmp])])
 AC_CHECK_LIB(asound, snd_pcm_writei,, [AC_MSG_ERROR(ALSA needed! Download at http://www.alsa-prject.org)])
 AC_CHECK_LIB(jack, jack_client_new, [JACK=yes], [JACK=no])
 AC_CHECK_LIB(speex, speex_encode,, [AC_MSG_ERROR(Speex needed! Download at http://www.speex.org)])
@@ -43,7 +43,7 @@
 AC_ARG_ENABLE(jack, [  --disable-jack   Disable JACK sound driver (if available)],, disable_jack=$jack_default)
 
 if test "$disable_jack" = "no"; then
-	AC_DEFINE([HAVE_LIBJACK], [], [])
+	AC_DEFINE([HAVE_LIBJACK], [], ["Use JACK"])
 	LIBS="$LIBS -ljack"
 	AC_MSG_RESULT(yes)
 else
diff -aur a/COPYING b/COPYING
--- a/COPYING
+++ b/COPYING
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-           59 Temple Place, Suite 330, Boston, MA 02111, USA
+           51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 Also add information on how to contact you by electronic and paper mail.
 
diff -aur a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@
 SUBDIRS = doc icon
 
 ihu_CXXFLAGS = @QT_CXXFLAGS@ -Wall
-ihu_LDADD = @QT_LIBS@ @OGG_LIBS@ -lSoundTouch
+ihu_LDADD = @QT_LIBS@ @OGG_LIBS@ -lSoundTouch -lgmp -lgmpxx -lX11
 
 moc_%.cpp: %.hpp
 	$(QT_MOC) $< -o $@
Only in a: Makefile.in
diff -aur a/README b/README
--- a/README
+++ b/README
@@ -18,7 +18,7 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 See COPYING for more details.
 
@@ -29,7 +29,7 @@
 To compile, the following packages are required:
 
   QT (graphic kit, usually already included with KDE):
-  http://www.trolltech.com/download/opensource.html
+  http://qt.io
 
   ALSA (already included in new kernels):
   http://www.alsa-project.org
openSUSE Build Service is sponsored by