File: pixman.patch

package info (click to toggle)
graphviz 2.26.3-5%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 63,032 kB
  • ctags: 25,930
  • sloc: ansic: 212,134; sh: 20,316; cpp: 7,239; makefile: 4,211; yacc: 3,335; xml: 2,450; tcl: 1,900; cs: 1,890; objc: 1,149; perl: 829; lex: 363; awk: 171; python: 41; ruby: 35; php: 26
file content (12 lines) | stat: -rwxr-xr-x 574 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru pixman-0.10.0/pixman/Makefile.in pixman-0.10.0.patched/pixman/Makefile.in
--- pixman-0.10.0/pixman/Makefile.in	Thu Mar 27 23:02:10 2008
+++ pixman-0.10.0.patched/pixman/Makefile.in	Sun May 11 21:47:37 2008
@@ -232,7 +232,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 lib_LTLIBRARIES = libpixman-1.la
-libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO)
+libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -no-undefined
 libpixman_1_la_LIBADD = @DEP_LIBS@ -lm $(am__append_2) $(am__append_4)
 libpixman_1_la_SOURCES = \
 	pixman.h			\