Package: libquicktime
Version: 1:0.9.7-0.3
Followup-For: Bug #326753
Oh, crap. I've messed up the m68k build fix in -0.3, and have prepared
0.4 to fix the fix. The diff between 0.3 and 0.4 is attached.
Regards,
Daniel.
diff -u libquicktime-0.9.7/debian/changelog libquicktime-0.9.7/debian/changelog
--- libquicktime-0.9.7/debian/changelog
+++ libquicktime-0.9.7/debian/changelog
@@ -1,3 +1,10 @@
+libquicktime (1:0.9.7-0.4) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules: Use correct syntax to override CFLAGS on m68k.
+
+ -- Daniel Kobras <[EMAIL PROTECTED]> Tue, 6 Sep 2005 11:50:06 +0200
+
libquicktime (1:0.9.7-0.3) unstable; urgency=medium
* Non-maintainer upload.
diff -u libquicktime-0.9.7/debian/rules libquicktime-0.9.7/debian/rules
--- libquicktime-0.9.7/debian/rules
+++ libquicktime-0.9.7/debian/rules
@@ -45,7 +45,7 @@
# Less aggressive optimisation on m68k to work around gcc 4.0 ICE.
ifneq (,$(filter m68k,$(DEB_HOST_ARCH_CPU)))
- CFLAGS="-finline-functions -Wall -Winline -O2" $(MAKE)
+ $(MAKE) CFLAGS="-finline-functions -Wall -Winline -O2"
else
$(MAKE)
endif