view src/msvc-pixman-1.patch @ 5499:be0a7ce498e6

Update mesa to version 20.0.8 (bug #58689). * src/mesa.mk: Update version and checksum. Add build-meson to dependecies. Update build rule to use meson and ninja as the build tools. * src/mesa-1-meson.patch: Add new patch. * src/mesa-1-fixes.patch: Remove old patch for the scons rule that is no longer needed. * dist-files.mk: Update file list. * src/build-mako.mk: Depend on and use python3. * src/build-markupsafe.mk: Depend on and use python3.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Jul 2020 20:58:57 +0200
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) \