view src/msvc-pixman-1.patch @ 3306:2b4e9822f50b

Undo changeset 2ccb71581ee9, 70873001835f, 724c7c2201aa and create BUILD_TOOLS_PREFIX/bin * src/pcre.mk: undo 724c7c2201aa and create BUILD_TOOLS_PREFIX/bin. * src/libgpg-error.mk: Undo 70873001835f and create BUILD_TOOLS_PREFIX/bin. * src/libgcrypt.mk: Undo ccb71581ee9 and create BUILD_TOOLS_PREFIX/bin.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 Nov 2013 20:35:33 -0500
parents b52db21b9dcd
children
line wrap: on
line source

diff -ur pixman-0.30.0-orig/pixman/Makefile.in pixman-0.30.0/pixman/Makefile.in
--- pixman-0.30.0-orig/pixman/Makefile.in	2013-05-08 19:25:31 -0400
+++ pixman-0.30.0/pixman/Makefile.in	2013-07-22 12:07:31 -0400
@@ -475,7 +475,7 @@
 lib_LTLIBRARIES = libpixman-1.la
 libpixman_1_la_LDFLAGS = -version-info $(LT_VERSION_INFO) \
 	-no-undefined @PTHREAD_LDFLAGS@ $(am__append_2) \
-	$(am__append_7) $(am__append_18)
+	$(am__append_7) $(am__append_18) -export-symbols-regex "^pixman_.*"
 libpixman_1_la_LIBADD = @PTHREAD_LIBS@ -lm $(am__append_3) \
 	$(am__append_5) $(am__append_8) $(am__append_10) \
 	$(am__append_12) $(am__append_14) $(am__append_16) \