diff -ru ../darktable-0.7.1-orig/configure ./configure
old
|
new
|
|
12038 | 12038 | ;; |
12039 | 12039 | |
12040 | 12040 | bsdi[45]*) |
12041 | | export_dynamic_flag_spec=-rdynamic |
| 12041 | export_dynamic_flag_spec= |
12042 | 12042 | ;; |
12043 | 12043 | |
12044 | 12044 | cygwin* | mingw* | pw32* | cegcc*) |
diff -ru ../darktable-0.7.1-orig/src/Makefile.am ./src/Makefile.am
old
|
new
|
|
1 | 1 | SUBDIRS=LibRaw iop views libs imageio # gegl-operations |
2 | 2 | include shared.am |
3 | | AM_CFLAGS+=-Werror -rdynamic -Wno-deprecated-declarations |
| 3 | AM_CFLAGS+=-Werror -Wno-deprecated-declarations -Wno-error=unused-but-set-variable |
4 | 4 | AM_CPPFLAGS=$(OPENEXR_CFLAGS) |
5 | 5 | libdarktable_LTLIBRARIES=libdarktable.la |
6 | 6 | libdarktabledir=$(libdir)/darktable |
diff -ru ../darktable-0.7.1-orig/src/Makefile.in ./src/Makefile.in
old
|
new
|
|
404 | 404 | $(SQLITE_CFLAGS) $(OPENMP_CFLAGS) $(GCONF_CFLAGS) \ |
405 | 405 | -fno-strict-aliasing -Wall -std=c99 -I$(srcdir)/LibRaw -fPIC \ |
406 | 406 | -DDATADIR=\"$(datadir)/darktable\" -DLIBDIR=\""$(libdir)"\" \ |
407 | | -Werror -rdynamic -Wno-deprecated-declarations |
| 407 | -Werror -Wno-deprecated-declarations -Wno-error=unused-but-set-variable |
408 | 408 | AM_CXXFLAGS = $(GNOME_KEYRING_CFLAGS) $(GPHOTO2_CFLAGS) $(GEGL_CFLAGS) $(DBUSGLIB_CFLAGS) $(EXIV2_CFLAGS) $(CAIRO_CFLAGS) $(GLADE_CFLAGS) $(GTK_CFLAGS) $(GTHREAD_CFLAGS) $(SQLITE_CFLAGS) $(OPENMP_CFLAGS) $(GCONF_CFLAGS) -fno-strict-aliasing -Wall -I$(srcdir)/LibRaw -fPIC -DDATADIR=\"$(datadir)/darktable\" -DLIBDIR=\""$(libdir)"\" |
409 | 409 | AM_CPPFLAGS = $(OPENEXR_CFLAGS) |
410 | 410 | libdarktable_LTLIBRARIES = libdarktable.la |
diff -ru ../darktable-0.7.1-orig/src/imageio/format/Makefile.am ./src/imageio/format/Makefile.am
old
|
new
|
|
1 | 1 | include $(srcdir)/../../shared.am |
2 | 2 | LDFLAGS= -module -avoid-version |
3 | | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror -g -rdynamic |
4 | | CXXFLAGS+=$(AM_CXXFLAGS) $(OPENEXR_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror -g -rdynamic |
| 3 | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror -Wno-error=unused-but-set-variable -g |
| 4 | CXXFLAGS+=$(AM_CXXFLAGS) $(OPENEXR_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror -Wno-error=unused-but-set-variable -g |
5 | 5 | LTADD=$(OPENMP_CFLAGS) $(GEGL_LIBS) $(JPEG_LIBS) $(PNG_LIBS) $(LCMS_LIBS) $(EXIV2_LIBS) $(CAIRO_LIBS) $(GLADE_LIBS) $(GTK_LIBS) $(GTHREAD_LIBS) $(SQLITE_LIBS) -fPIC |
6 | 6 | libjpeg_la_SOURCES=jpeg.c |
7 | 7 | libpng_la_SOURCES=png.c |
diff -ru ../darktable-0.7.1-orig/src/imageio/format/Makefile.in ./src/imageio/format/Makefile.in
old
|
new
|
|
162 | 162 | CC = @CC@ |
163 | 163 | CCDEPMODE = @CCDEPMODE@ |
164 | 164 | CFLAGS = @CFLAGS@ $(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror \ |
165 | | -g -rdynamic |
| 165 | -Wno-error=unused-but-set-variable -g |
166 | 166 | CPP = @CPP@ |
167 | 167 | CPPFLAGS = @CPPFLAGS@ |
168 | 168 | CURL_CFLAGS = @CURL_CFLAGS@ |
… |
… |
|
171 | 171 | CXXCPP = @CXXCPP@ |
172 | 172 | CXXDEPMODE = @CXXDEPMODE@ |
173 | 173 | CXXFLAGS = @CXXFLAGS@ $(AM_CXXFLAGS) $(OPENEXR_CFLAGS) -I$(srcdir) \ |
174 | | -I$(srcdir)/../.. -Werror -g -rdynamic |
| 174 | -I$(srcdir)/../.. -Werror -Wno-error=unused-but-set-variable -g |
175 | 175 | CYGPATH_W = @CYGPATH_W@ |
176 | 176 | DATADIRNAME = @DATADIRNAME@ |
177 | 177 | DBUSGLIB_CFLAGS = @DBUSGLIB_CFLAGS@ |
diff -ru ../darktable-0.7.1-orig/src/imageio/storage/Makefile.am ./src/imageio/storage/Makefile.am
old
|
new
|
|
1 | 1 | include $(srcdir)/../../shared.am |
2 | 2 | LDFLAGS= -module -avoid-version |
3 | | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror -g -rdynamic |
| 3 | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror -Wno-error=unused-but-set-variable -g |
4 | 4 | LDADD=$(OPENMP_CFLAGS) $(GEGL_LIBS) $(CURL_LIBS) $(JPEG_LIBS) $(PNG_LIBS) $(LCMS_LIBS) $(EXIV2_LIBS) $(CAIRO_LIBS) $(GLADE_LIBS) $(GTK_LIBS) $(GTHREAD_LIBS) $(SQLITE_LIBS) -fPIC |
5 | 5 | libdisk_la_SOURCES=disk.c |
6 | 6 | libpicasa_la_SOURCES=picasa.c |
diff -ru ../darktable-0.7.1-orig/src/imageio/storage/Makefile.in ./src/imageio/storage/Makefile.in
old
|
new
|
|
134 | 134 | CC = @CC@ |
135 | 135 | CCDEPMODE = @CCDEPMODE@ |
136 | 136 | CFLAGS = @CFLAGS@ $(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/../.. -Werror \ |
137 | | -g -rdynamic |
| 137 | -Wno-error=unused-but-set-variable -g |
138 | 138 | CPP = @CPP@ |
139 | 139 | CPPFLAGS = @CPPFLAGS@ |
140 | 140 | CURL_CFLAGS = @CURL_CFLAGS@ |
diff -ru ../darktable-0.7.1-orig/src/iop/Makefile.am ./src/iop/Makefile.am
old
|
new
|
|
1 | 1 | include $(srcdir)/../shared.am |
2 | 2 | LDFLAGS= -module -avoid-version |
3 | | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/dtgtk -Werror -g $(RSVG_CFLAGS) |
4 | | CXXFLAGS+=$(AM_CPPFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/dtgtk -Werror -g |
| 3 | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/dtgtk -Werror -g -Wno-error=unused-but-set-variable $(RSVG_CFLAGS) |
| 4 | CXXFLAGS+=$(AM_CPPFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/dtgtk -Werror -g -Wno-error=unused-but-set-variable |
5 | 5 | LTADD=$(GEGL_LIBS) $(CAIRO_LIBS) $(GLADE_LIBS) $(GTK_LIBS) $(GTHREAD_LIBS) $(SQLITE_LIBS) -fPIC |
6 | 6 | libtonecurve_la_SOURCES=tonecurve.c |
7 | 7 | libgamma_la_SOURCES=gamma.c |
diff -ru ../darktable-0.7.1-orig/src/iop/Makefile.in ./src/iop/Makefile.in
old
|
new
|
|
286 | 286 | CC = @CC@ |
287 | 287 | CCDEPMODE = @CCDEPMODE@ |
288 | 288 | CFLAGS = @CFLAGS@ $(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. \ |
289 | | -I$(srcdir)/dtgtk -Werror -g $(RSVG_CFLAGS) |
| 289 | -I$(srcdir)/dtgtk -Werror -g -Wno-error=unused-but-set-variable $(RSVG_CFLAGS) |
290 | 290 | CPP = @CPP@ |
291 | 291 | CPPFLAGS = @CPPFLAGS@ |
292 | 292 | CURL_CFLAGS = @CURL_CFLAGS@ |
… |
… |
|
295 | 295 | CXXCPP = @CXXCPP@ |
296 | 296 | CXXDEPMODE = @CXXDEPMODE@ |
297 | 297 | CXXFLAGS = @CXXFLAGS@ $(AM_CPPFLAGS) -I$(srcdir) -I$(srcdir)/.. \ |
298 | | -I$(srcdir)/dtgtk -Werror -g |
| 298 | -I$(srcdir)/dtgtk -Werror -Wno-error=unused-but-set-variable -g |
299 | 299 | CYGPATH_W = @CYGPATH_W@ |
300 | 300 | DATADIRNAME = @DATADIRNAME@ |
301 | 301 | DBUSGLIB_CFLAGS = @DBUSGLIB_CFLAGS@ |
diff -ru ../darktable-0.7.1-orig/src/libs/Makefile.am ./src/libs/Makefile.am
old
|
new
|
|
1 | 1 | include $(srcdir)/../shared.am |
2 | 2 | LDFLAGS= -module -avoid-version |
3 | | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g -rdynamic |
| 3 | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g -Wno-error=unused-but-set-variable |
4 | 4 | LTADD=$(OPENMP_CFLAGS) $(GEGL_LIBS) $(JPEG_LIBS) $(PNG_LIBS) $(LCMS_LIBS) $(EXIV2_LIBS) $(CAIRO_LIBS) $(GLADE_LIBS) $(GTK_LIBS) $(GTHREAD_LIBS) $(SQLITE_LIBS) -fPIC |
5 | 5 | libexport_la_SOURCES=export.c |
6 | 6 | libcopy_history_la_SOURCES=copy_history.c |
diff -ru ../darktable-0.7.1-orig/src/libs/Makefile.in ./src/libs/Makefile.in
old
|
new
|
|
159 | 159 | CATOBJEXT = @CATOBJEXT@ |
160 | 160 | CC = @CC@ |
161 | 161 | CCDEPMODE = @CCDEPMODE@ |
162 | | CFLAGS = @CFLAGS@ $(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g \ |
163 | | -rdynamic |
| 162 | CFLAGS = @CFLAGS@ $(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g -Wno-error=unused-but-set-variable |
164 | 163 | CPP = @CPP@ |
165 | 164 | CPPFLAGS = @CPPFLAGS@ |
166 | 165 | CURL_CFLAGS = @CURL_CFLAGS@ |
diff -ru ../darktable-0.7.1-orig/src/views/Makefile.am ./src/views/Makefile.am
old
|
new
|
|
1 | 1 | include $(srcdir)/../shared.am |
2 | 2 | LDFLAGS= -module -avoid-version |
3 | | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g -rdynamic |
| 3 | CFLAGS+=$(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g -Wno-error=unused-but-set-variable |
4 | 4 | LTADD=$(OPENMP_CFLAGS) $(GEGL_LIBS) $(JPEG_LIBS) $(PNG_LIBS) $(LCMS_LIBS) $(EXIV2_LIBS) $(CAIRO_LIBS) $(GLADE_LIBS) $(GTK_LIBS) $(GTHREAD_LIBS) $(SQLITE_LIBS) -fPIC |
5 | 5 | libdarkroom_la_SOURCES=darkroom.c |
6 | 6 | liblighttable_la_SOURCES=lighttable.c |
diff -ru ../darktable-0.7.1-orig/src/views/Makefile.in ./src/views/Makefile.in
old
|
new
|
|
138 | 138 | CATOBJEXT = @CATOBJEXT@ |
139 | 139 | CC = @CC@ |
140 | 140 | CCDEPMODE = @CCDEPMODE@ |
141 | | CFLAGS = @CFLAGS@ $(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g \ |
142 | | -rdynamic |
| 141 | CFLAGS = @CFLAGS@ $(AM_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -Werror -g -Wno-error=unused-but-set-variable |
143 | 142 | CPP = @CPP@ |
144 | 143 | CPPFLAGS = @CPPFLAGS@ |
145 | 144 | CURL_CFLAGS = @CURL_CFLAGS@ |