[gtk-osx] Bug 655056: Patch tests/Makeile.am to assign required LDFLAGS to tests/autotestkeywords.cc
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-osx] Bug 655056: Patch tests/Makeile.am to assign required LDFLAGS to tests/autotestkeywords.cc
- Date: Fri, 7 Oct 2011 20:30:56 +0000 (UTC)
commit 58700703e5e042c97217ae7f6083a19bef03c81c
Author: John Ralls <jralls ceridwen us>
Date: Fri Oct 7 13:28:42 2011 -0700
Bug 655056: Patch tests/Makeile.am to assign required LDFLAGS to tests/autotestkeywords.cc
modulesets-stable/gtk-osx.modules | 1 +
.../gtk+-Bug-655065-autotestkeywords-ldadd.patch | 13 +++++++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx.modules b/modulesets-stable/gtk-osx.modules
index 4f49fc0..c77f895 100644
--- a/modulesets-stable/gtk-osx.modules
+++ b/modulesets-stable/gtk-osx.modules
@@ -155,6 +155,7 @@
<patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/0013-Bug-659406-Abstract-what-triggers-a-context-menu.patch" strip="1"/>
<patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/0014-Bug-659907-gdk_quartz_draw_opaque_stippled_pattern-c.patch" strip="1"/>
<patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/0015-Bug-653450-gtkfilechooser-crashes-when-adding-favori.patch" strip="1"/>
+ <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/gtk+-Bug-655065-autotestkeywords-ldadd.patch" strip="1"/>
</branch>
<dependencies>
<dep package="pango"/>
diff --git a/patches/gtk+-Bug-655065-autotestkeywords-ldadd.patch b/patches/gtk+-Bug-655065-autotestkeywords-ldadd.patch
new file mode 100644
index 0000000..9fd99ec
--- /dev/null
+++ b/patches/gtk+-Bug-655065-autotestkeywords-ldadd.patch
@@ -0,0 +1,13 @@
+diff -c /Users/john/Documents/Lion/gtk-stable-64/src/gtk\+-2.24.6/tests/Makefile.am\~ /Users/john/Documents/Lion/gtk-stable-64/src/gtk\+-2.24.6/tests/Makefile.am
+--- a/tests/Makefile.am Mon Aug 15 19:30:53 2011
++++ b/tests/Makefile.am Fri Oct 7 12:20:00 2011
+@@ -96,6 +96,7 @@
+
+ autotestkeywords_SOURCES = autotestkeywords.cc
+ autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
++autotestkeywords_LDADD = $(LDADDS)
+
+ if HAVE_OBJC
+ autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
+
+Diff finished. Fri Oct 7 12:20:37 2011
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]