~ubuntu-branches/ubuntu/precise/shotwell/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/05-gomp-linking.patch

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-01-11 15:59:04 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120111155904-q6v4rpavyw50jfwz
Tags: 0.11.91-0ubuntu1
* New upstream version using GTK3 (lp: #871034),
  should fix lp: #800459, #881896, #887357, #888363, #898028
* Refreshed patches for the new version
* debian/control:
  - updated build-dependencies for GTK3
* debian/patches/99git_libraw_api.patch:
  - dropped, the patch is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
2
2
Subject: Link against gomp as well (-lgomp)
3
3
 
4
 
Index: shotwell-0.11.6/Makefile
 
4
Index: shotwell-0.11.91/Makefile
5
5
===================================================================
6
 
--- shotwell-0.11.6.orig/Makefile       2011-11-25 12:00:10.279196165 -0500
7
 
+++ shotwell-0.11.6/Makefile    2011-11-25 12:08:41.663173366 -0500
8
 
@@ -670,7 +670,7 @@
 
6
--- shotwell-0.11.91.orig/Makefile      2012-01-11 15:11:14.257408639 +0100
 
7
+++ shotwell-0.11.91/Makefile   2012-01-11 15:11:16.321408739 +0100
 
8
@@ -673,7 +673,7 @@
9
9
        $(CC) -c $(VALA_CFLAGS) `$(LIBRAW_CONFIG) --cflags` $(CFLAGS) -o $@ $<
10
10
 
11
11
 $(PROGRAM): $(EXPANDED_OBJ_FILES) $(RESOURCES) $(LANG_STAMP) $(THUMBNAILER_BIN)