File: missing_header_examples.patch

package info (click to toggle)
libcdk5 5.0.20161210-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,440 kB
  • ctags: 2,833
  • sloc: ansic: 32,375; sh: 4,732; makefile: 1,122; sed: 43; cpp: 41
file content (31 lines) | stat: -rw-r--r-- 1,341 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: fixed missing headers for tests and missing examples
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500161
Origin: https://bugs.launchpad.net/ubuntu/+source/libcdk5/+bug/565526
Reviwed-by: Herbert Parentes Fortes Neto <hpfn@ig.com.br>
Last-Update: 2015-08-13
Index: libcdk5-5.0.20141106/demos/Makefile.in
===================================================================
--- libcdk5-5.0.20141106.orig/demos/Makefile.in
+++ libcdk5-5.0.20141106/demos/Makefile.in
@@ -29,7 +29,7 @@ o		= .@OBJEXT@
 LOCAL_LIBDIR	= @top_builddir@
 
 CFLAGS		= @CFLAGS@ @EXTRA_CFLAGS@
-CPPFLAGS	= @DEFS@ -I../include -I$(srcdir)/../include -I. @CPPFLAGS@
+CPPFLAGS	= @DEFS@ -I../include -I$(srcdir)/../include -I../ -I/usr/include/cdk -I. @CPPFLAGS@
 LDFLAGS		= -L.. @LDFLAGS@ @LOCAL_LDFLAGS@
 
 BINS		= \
Index: libcdk5-5.0.20141106/examples/Makefile.in
===================================================================
--- libcdk5-5.0.20141106.orig/examples/Makefile.in
+++ libcdk5-5.0.20141106/examples/Makefile.in
@@ -29,7 +29,7 @@ o		= .@OBJEXT@
 LOCAL_LIBDIR	= @top_builddir@
 
 CFLAGS		= @CFLAGS@ @EXTRA_CFLAGS@
-CPPFLAGS	= @DEFS@ -I../include -I$(srcdir)/../include -I. @CPPFLAGS@
+CPPFLAGS	= @DEFS@ -I../include -I$(srcdir)/../include -I../ -I/usr/include/cdk -I. @CPPFLAGS@
 LDFLAGS		= -L.. @LDFLAGS@ @LOCAL_LDFLAGS@
 
 BINS	= \