annotate src/mingw-libmng-1-noundefines.patch @ 5073:9ac443dd92ad

cmake: update to v3.14.4 * src/build-cmake.mk: update version, checksum * src/cmake.mk: update version, checksum
author John Donoghue
date Fri, 17 May 2019 10:09:55 -0400
parents 217bd706c68d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3273
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 --- libmng-2.0.2/Makefile.am.orig 2013-10-18 22:28:44 -0400
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 +++ libmng-2.0.2/Makefile.am 2013-10-18 22:27:11 -0400
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 @@ -8,7 +8,7 @@
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 # libmng release @VERSION@
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 -libmng_la_LDFLAGS = \
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 +libmng_la_LDFLAGS = -no-undefined \
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 -version-number @MNG_MAJOR_NR@:@MNG_MINOR_NR@:@MNG_RELEASE_NR@
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10
217bd706c68d Add -no-undefined flag to libmng LDFLAGS in mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 lib_LTLIBRARIES = libmng.la