[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problems for Woody backport: Mozilla is never disabled and others



There is a small typo in debian/rules which leads to --enable-mozilla to
be always activated.

ifeq "$_CC" "gcc-3.0"
       ^
Should read:
ifeq "$(_CC)" "gcc-3.0"


I fixed some other typos.

Here is the patch:

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.121
diff -r1.121 rules
93c93
< ifeq "$_CC" "gcc-3.0"
---
> ifeq "$(_CC)" "gcc-3.0"
356c356
<       # debian/rules get-build-ooo
---
>       # debian/rules get-ooo-build

I also noticed that I cannot connect to anoncvs.gnome.org since several
days. I just use anoncvs3.gnome.org instead.

-- 
Jérôme Warnier <jwarnier@beeznest.net>

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


Reply to: