File: pango.patch

package info (click to toggle)
graphviz 2.38.0-17
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 80,692 kB
  • ctags: 27,194
  • sloc: ansic: 1,038,718; sh: 14,765; cpp: 11,377; makefile: 4,480; yacc: 3,339; xml: 2,466; tcl: 1,950; cs: 1,890; objc: 1,157; perl: 422; lex: 375; awk: 241; python: 45; ruby: 41; php: 26
file content (43 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download | duplicates (6)
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
32
33
34
35
36
37
38
39
40
41
42
43
--- pango-1.28.3/pango/opentype/Makefile.am.old	2011-01-11 20:00:41.000000000 -0500
+++ pango-1.28.3/pango/opentype/Makefile.am	2011-01-11 20:00:52.000000000 -0500
@@ -47,7 +47,7 @@
 libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
 libharfbuzz_la_LIBADD = $(GLIB_LIBS)
 
-noinst_PROGRAMS = main
+#noinst_PROGRAMS = main
 
 main_SOURCES = main.cc
 main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
--- pango-1.28.3/pango/opentype/Makefile.in.old	2011-01-11 20:02:33.000000000 -0500
+++ pango-1.28.3/pango/opentype/Makefile.in	2011-01-11 20:02:55.000000000 -0500
@@ -37,7 +37,7 @@
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-noinst_PROGRAMS = main$(EXEEXT)
+#noinst_PROGRAMS = main$(EXEEXT)
 subdir = pango/opentype
 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	COPYING TODO
--- pango-1.28.3/Makefile.in.old	2011-01-11 20:10:24.000000000 -0500
+++ pango-1.28.3/Makefile.in	2011-01-11 20:11:19.000000000 -0500
@@ -329,7 +329,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = pango modules pango-view examples docs tools tests
+SUBDIRS = pango modules 
 EXTRA_DIST = \
 	autogen.sh		\
 	pango.pc.in		\
--- pango-1.28.3/Makefile.am.old	2011-01-11 20:09:44.000000000 -0500
+++ pango-1.28.3/Makefile.am	2011-01-11 20:10:08.000000000 -0500
@@ -1,6 +1,6 @@
 ## Process this file with automake to create Makefile.in.
 
-SUBDIRS= pango modules pango-view examples docs tools tests
+SUBDIRS= pango modules 
 
 EXTRA_DIST = 			\
 	autogen.sh		\