Lisandro Damián Nicanor Pérez Meyer wrote:
Any feedback will be kindly appreciated.
I've always thought there is something fundamentally wrong.
What is qreal supposed to be used for? If it's supposed to be used for
things where float would be adequate then shouldn't it be float on all
plat
On Saturday 02 November 2013 15:29:05 Lisandro Damián Nicanor Pérez Meyer
wrote:
> Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from
> beta1 currently in experimental) Qt5 will switch qreal from float to double
> on arm*.
I forgot to mention: please keep pkg-kde-talk at l
Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from
beta1 currently in experimental) Qt5 will switch qreal from float to double on
arm*.
We have the option to keep some archs in float by passing a compilation
parameter. I've done so for armel and sh4, so only armhf will s
On 02/11/2013 14:06, Robert Millan wrote:
> tags 726517 patch
> found 726517 1.5.1+id17-3~deb7u1
> thanks
Actually, please use updated version here.
--
Robert Millan
diff -Nur enigmail-1.5.1+id17/debian/control enigmail-1.5.1+id17.new/debian/control
--- enigmail-1.5.1+id17/debian/control 2013-07
tags 726517 patch
found 726517 1.5.1+id17-3~deb7u1
thanks
--
Robert Millan
--- a/extensions/enigmail/ipc/src/Makefile
+++ b/extensions/enigmail/ipc/src/Makefile
@@ -41,7 +41,7 @@
endif
endif
-ifeq ($(OS_ARCH),Linux)
+ifneq (,$(filter Linux GNU GNU_kFreeBSD, $(OS_ARCH)))
LDFLAGS += -shared -W
5 matches
Mail list logo