Bug#494496: jcc FTBFS on powerpc due to a typo in my previous patch

2008-08-09 Thread peter green
package: jcc version: 1.9-5 severity: important justification: FTBFS on an architecture the package has never sucessfully built on before. I made a typo in the patch I sent you ifeq ($(DEB_BUILD_ARCH_CPU),powerpc) JAVAARCH :=powerpc endif should have been ifeq

Bug#494496: jcc FTBFS on powerpc due to a typo in my previous patch

2008-08-09 Thread peter green
I must be tired, I can't even get my corrections right first time :( I made a typo in the patch I sent you ifeq ($(DEB_BUILD_ARCH_CPU),powerpc) JAVAARCH :=powerpc endif should have been ifeq ($(DEB_BUILD_ARCH_CPU),powerpc) JAVAARCH :=ppc endif -- To UNSUBSCRIBE, email to [EMAIL