[OGo-Developer] Re: [SOGo] sope/sogo and gnustep-make 2

Sebastian Reitenbach developer@opengroupware.org
Mon, 07 Jan 2008 18:42:17 +0100


developer@opengroupware.org wrote: 
> Regarding the issue with OpenBSD, I added this in the make file instead. 
But I think this has been commited already...
> 
> Index: sope-mime/NGMime/GNUmakefile.preamble
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- sope-mime/NGMime/GNUmakefile.preamble       (r=E9vision 1557)
> +++ sope-mime/NGMime/GNUmakefile.preamble       (copie de travail)
> @@ -5,6 +5,11 @@
>         -DLIBRARY_MINOR_VERSION=3D${MINOR_VERSION} \
>         -DLIBRARY_SUBMINOR_VERSION=3D${SUBMINOR_VERSION} \
>  
> +ifeq ($(patsubstr GNU/%,glibc,$(shell uname -o)),glibc)
-o unfortunately is not a valid option to uname on OpenBSD. The operating 
system is taken just from uname, without any option. I checked against the 
GNUSTEP variables, as it is done in other places in sope too.

Sebastian


> +ADDITIONAL_CPPFLAGS +=3D \
> +        -DHAVE_STRNDUP
> +endif
> +
>  NGMime_INCLUDE_DIRS +=3D \
>         -I.. -I../..                    \
>         -I../../sope-core/NGStreams/    \
> 
> -- 
> Wolfgang Sourdeau
> T: +1 514 989-2000 ext. 2602 C: +1 514 755-3520
> 
> AVIS - Ce courriel pourrait contenir des renseignements confidentiels ou
> privil=E9gi=E9s. Si vous n'en =EAtes pas le v=E9ritable destinataire, veuillez 
nous
> aviser imm=E9diatement. Merci.
> NOTICE - This e-mail may contain confidential or privileged information.
> If you are not the intended recipient, please notify us immediately. Thank 
you.
> 
> -- 
> OpenGroupware.org Developer
> developer@opengroupware.org
> http://mail.opengroupware.org/mailman/listinfo/developer
>