File: 02_build_system.patch

package info (click to toggle)
xpp 1.5-cvs20081009-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 992 kB
  • ctags: 298
  • sloc: cpp: 4,900; sh: 3,421; makefile: 43
file content (15 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)