Package: libvisual
Version: 0.2.0-2

Hi Guys,

I just applied a patch to the ubuntu package of libvisual, which fixes the 
FTBFS of libvisual with gcc/g++-4.

I'll add this debdiff from your rev to our rev.

Regards,

\sh
diff -u libvisual-0.2.0/debian/changelog libvisual-0.2.0/debian/changelog
--- libvisual-0.2.0/debian/changelog
+++ libvisual-0.2.0/debian/changelog
@@ -1,3 +1,13 @@
+libvisual (0.2.0-2ubuntu1) dapper; urgency=low
+
+  * debian/control: Removed gcc/g++-3.4 build deps
+  * debian/rules: 
+    - Removed gcc/g++-3.4 CC calls
+    - Added build fix from RH Fedora Core 4 for fixing gcc/g++-4 FTBFS
+      (DEB_CONFIGURE_SCRIPT_ENV := CFLAGS="-mmmx")
+
+ -- Stephan Hermann <[EMAIL PROTECTED]>  Fri,  4 Nov 2005 15:44:45 +0100
+
 libvisual (0.2.0-2) unstable; urgency=low
 
   * Fix build problem on powerpc (Closes: #333070)  From Alberto
diff -u libvisual-0.2.0/debian/control libvisual-0.2.0/debian/control
--- libvisual-0.2.0/debian/control
+++ libvisual-0.2.0/debian/control
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: David Schleef <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper, chrpath, gcc-3.4, g++-3.4
+Build-Depends: cdbs, debhelper, chrpath, g++
 Standards-Version: 3.5.6
 
 Package: libvisual0.2-dev
diff -u libvisual-0.2.0/debian/rules libvisual-0.2.0/debian/rules
--- libvisual-0.2.0/debian/rules
+++ libvisual-0.2.0/debian/rules
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
 
-CC=gcc-3.4
-CXX=g++-3.4
+#CC=gcc-3.4
+#CXX=g++-3.4
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_CONFIGURE_SCRIPT_ENV := CFLAGS="-mmmx"
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-static
 
 install/libvisual::

Attachment: pgp3ksGk3Udxa.pgp
Description: PGP signature

Reply via email to