summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-03-01 23:54:30 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-03-01 23:54:30 +0000
commit0deba47759c828990fc4adde74c9e534af6892cc (patch)
tree66095f3f690c455b74fedc1f4e2a54e0d31841c6 /dev-util/gtest/files
parentamd64 stable wrt #301105 (diff)
downloadgentoo-2-0deba47759c828990fc4adde74c9e534af6892cc.tar.gz
gentoo-2-0deba47759c828990fc4adde74c9e534af6892cc.tar.bz2
gentoo-2-0deba47759c828990fc4adde74c9e534af6892cc.zip
Initial import.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/gtest/files')
-rw-r--r--dev-util/gtest/files/gtest-1.4.0-asneeded.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/gtest/files/gtest-1.4.0-asneeded.patch b/dev-util/gtest/files/gtest-1.4.0-asneeded.patch
new file mode 100644
index 000000000000..f8e7d004d735
--- /dev/null
+++ b/dev-util/gtest/files/gtest-1.4.0-asneeded.patch
@@ -0,0 +1,12 @@
+diff -Naur gtest-1.4.0.orig/Makefile.am gtest-1.4.0/Makefile.am
+--- gtest-1.4.0.orig/Makefile.am 2009-10-02 16:04:30.000000000 +0900
++++ gtest-1.4.0/Makefile.am 2010-01-20 16:52:34.000000000 +0900
+@@ -305,7 +305,7 @@
+ TESTS += test/gtest-unittest-api_test
+ check_PROGRAMS += test/gtest-unittest-api_test
+ test_gtest_unittest_api_test_SOURCES = test/gtest-unittest-api_test.cc
+-test_gtest_unittest_api_test_LDADD = lib/libgtest_main.la
++test_gtest_unittest_api_test_LDADD = lib/libgtest.la
+
+ TESTS += test/gtest-listener_test
+ check_PROGRAMS += test/gtest-listener_test