Package: emifreq-applet
Version: 0.17-2
Tags: patch
Severity: important

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

This package uses gnome_about_new() but also defines
GNOME_DISABLE_DEPRECATED which disables the corresponding header
definition.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

This patch fixes the problem.   You'll of course need to re-run automake
after applying it.

--- emifreq-applet-0.17.orig/src/Makefile.am    2004-09-13 19:47:38.000000000 
-0600
+++ emifreq-applet-0.17/src/Makefile.am 2005-08-18 13:52:36.000000000 -0600
@@ -4,8 +4,7 @@
        -DPIXMAPSDIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\"        \
        -DGLADEDIR=\""$(datadir)/$(PACKAGE)/"\"                  \
        -DDAEMONPATH=\""$(sbindir)/emifreqd"\"                   \
-       -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED          \
-       -DGNOME_DISABLE_DEPRECATED
+       -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
 
 sbin_PROGRAMS = emifreqd
 libexec_PROGRAMS = emifreq-applet




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to