tags 536934 + patch
thanks

Please find attached a patch to fix this bug by including the missing
include directory. It is inelegant, but I cannot figure out an easy
way to add the missing directory only for the module which requires
it.

Thanks and HTH.

Kumar
diff -Nru --exclude changelog xnee-3.02/debian/rules xnee-3.02/debian/rules
--- xnee-3.02/debian/rules	2009-08-10 21:16:51.000000000 -0500
+++ xnee-3.02/debian/rules	2009-08-10 21:16:52.000000000 -0500
@@ -4,6 +4,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
+CPPFLAGS += -I/usr/include/libgnomeui-2.0
+
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-gui --enable-gnome-applet \
 	--enable-cli --enable-lib --enable-xosd --enable-static-programs=no \
 	--docdir=/usr/share/doc/xnee

Reply via email to