annotate src/libgeotiff-1-noundefined.patch @ 4286:03a2432afc32

libgeotiff: update to v1.4.2 * src/libgeotiff-1-noundefined.patch: update patch * src/libgeotiff.mk: update version, checksum
author John D
date Tue, 20 Dec 2016 08:05:57 -0500
parents 6a4b0052211f
children 8212b14b3233
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4286
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
1 diff -ur libgeotiff-1.4.2.orig/configure.ac libgeotiff-1.4.2/configure.ac
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
2 --- libgeotiff-1.4.2.orig/configure.ac 2016-12-20 07:54:57.947571494 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
3 +++ libgeotiff-1.4.2/configure.ac 2016-12-20 08:04:22.867573204 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
4 @@ -281,7 +281,7 @@
4033
6a4b0052211f libgeotiff: call autoreconf on build files, fix typo in patch
John Donoghue
parents: 3627
diff changeset
5 PROJ_INC=-I$PROJ_INC
6a4b0052211f libgeotiff: call autoreconf on build files, fix typo in patch
John Donoghue
parents: 3627
diff changeset
6
6a4b0052211f libgeotiff: call autoreconf on build files, fix typo in patch
John Donoghue
parents: 3627
diff changeset
7 AC_SUBST(PROJ_INC,$PROJ_INC)
6a4b0052211f libgeotiff: call autoreconf on build files, fix typo in patch
John Donoghue
parents: 3627
diff changeset
8 - AC_DEFINE(HAVE_PROJECTS_H)
4286
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
9 + AC_DEFINE([HAVE_PROJECTS_H],[],[D])
4033
6a4b0052211f libgeotiff: call autoreconf on build files, fix typo in patch
John Donoghue
parents: 3627
diff changeset
10 AC_DEFINE(HAVE_LIBPROJ)
6a4b0052211f libgeotiff: call autoreconf on build files, fix typo in patch
John Donoghue
parents: 3627
diff changeset
11 AC_SUBST([HAVE_LIBPROJ])
6a4b0052211f libgeotiff: call autoreconf on build files, fix typo in patch
John Donoghue
parents: 3627
diff changeset
12 PROJ_CONFIG="yes"
4286
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
13 @@ -317,7 +317,7 @@
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
14 AM_CONDITIONAL([CSV_IS_CONFIG], [test ! x$CSV_CONFIG = xno])
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
15
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
16
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
17 -AC_ARG_ENABLE(towgs84, [ --disable-towgs84 Disable WGS84 parameters for binary compatibility with pre-1.4.1], AC_DEFINE(GEO_NORMALIZE_DISABLE_TOWGS84))
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
18 +AC_ARG_ENABLE(towgs84, [ --disable-towgs84 Disable WGS84 parameters for binary compatibility with pre-1.4.1], AC_DEFINE([GEO_NORMALIZE_DISABLE_TOWGS84],[],[D]))
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
19
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
20 dnl #########################################################################
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
21 dnl Doxygen settings
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
22 diff -ur libgeotiff-1.4.2.orig/libxtiff/Makefile.am libgeotiff-1.4.2/libxtiff/Makefile.am
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
23 --- libgeotiff-1.4.2.orig/libxtiff/Makefile.am 2016-12-20 07:54:57.946488133 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
24 +++ libgeotiff-1.4.2/libxtiff/Makefile.am 2016-12-20 07:55:59.005822766 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
25 @@ -7,5 +7,6 @@
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
26 AM_CFLAGS = -I../ $(TIFF_CFLAGS)
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
27
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
28 libxtiff_la_SOURCES = xtiff.c
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
29 +libxtiff_la_LIBADD = -ltiff
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
30
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
31 noinst_LTLIBRARIES = libxtiff.la
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
32 diff -ur libgeotiff-1.4.2.orig/Makefile.am libgeotiff-1.4.2/Makefile.am
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
33 --- libgeotiff-1.4.2.orig/Makefile.am 2016-12-20 07:54:57.948654856 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
34 +++ libgeotiff-1.4.2/Makefile.am 2016-12-20 07:57:15.239801217 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
35 @@ -110,7 +110,7 @@
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
36 csv/unit_of_measure.c
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
37 endif
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
38
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
39 -libgeotiff_la_LDFLAGS = -version-info 3:2:1
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
40 +libgeotiff_la_LDFLAGS = -version-info 3:2:1 -no-undefined
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
41
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
42 libgeotiff_la_LIBADD = libxtiff/libxtiff.la
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
43
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
44 diff -ur libgeotiff-1.4.2.orig/Makefile.in libgeotiff-1.4.2/Makefile.in
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
45 --- libgeotiff-1.4.2.orig/Makefile.in 2016-12-20 07:54:57.931321073 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
46 +++ libgeotiff-1.4.2/Makefile.in 2016-12-20 07:57:58.276334784 -0500
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
47 @@ -567,7 +567,7 @@
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
48 geo_get.c geo_names.c geo_new.c geo_normalize.c geo_print.c \
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
49 geo_set.c geo_simpletags.c geo_tiffp.c geo_trans.c geo_write.c \
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
50 geo_strtod.c geotiff_proj4.c $(am__append_3)
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
51 -libgeotiff_la_LDFLAGS = -version-info 3:2:1
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
52 +libgeotiff_la_LDFLAGS = -version-info 3:2:1 -no-undefined
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
53 libgeotiff_la_LIBADD = libxtiff/libxtiff.la
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
54 lib_LTLIBRARIES = libgeotiff.la
03a2432afc32 libgeotiff: update to v1.4.2
John D
parents: 4033
diff changeset
55 EXTRA_DIST = autogen.sh \