Description: Pass in -D_IPP_PRIVATE_STRUCTURES CPPFLAG in Makefile.am to fix FTBFS.
Debian-Bug: http://bugs.debian.org/713451
Author: Barry deFreese <bdefreese@debian.org>
Index: xpp-1.5-cvs20081009/Makefile.am
===================================================================
--- xpp-1.5-cvs20081009.orig/Makefile.am	2008-10-09 05:17:48.000000000 -0400
+++ xpp-1.5-cvs20081009/Makefile.am	2013-07-16 10:13:29.931762251 -0400
@@ -5,6 +5,7 @@
 	xpp.cxx xppmain.cxx inputslider.cxx passworddialog.h \
 	xpp.h cupshelper.h inputslider.h
 #FLTK tries too hard, place it last or it will break the build
+xpp_CPPFLAGS = -D_IPP_PRIVATE_STRUCTURES
 xpp_CXXFLAGS= $(CUPS_CFLAGS) $(X_CFLAGS) $(FLTK_CXXFLAGS) $(AM_CXXFLAGS)
 xpp_LDADD = $(CUPS_LIBS) $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) $(FLTK_LDFLAGS) $(AM_LDADD)
 #xpp_LDFLAGS = $(all_libraries)
