annotate src/mingw-libmng-1-noundefines.patch @ 3725:2acaa9943159

qscintilla: update 2.8.4 * src/qscintilla.mk: update to version and checksum for 2.8.4
author John Donoghue
date Mon, 20 Oct 2014 11:01:00 -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