view src/msvc-pixman-1.patch @ 4734:80461a9e516c

override default xerbla with version from Octave * mingw-blas-1-xerbla.patch, blas.mk: Build default libxerbla lib. * mingw-lapack-1-xerbla.patch, lapack.mk: Use external libxerbla. * mingw-openblas-1-xerbla.patch, openblas.mk: Likewise. * src/qrupdate-1-fixes.patch: Likewise. * default-octave.mk: Also install libxerbla.dll as libxerbla-octave.dll.
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jun 2018 01:32:10 -0400
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) \