summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2019-06-09 13:23:47 -0400
committerNick Sarnie <sarnex@gentoo.org>2019-06-09 15:36:04 -0400
commit9e3ec79f3e89bc1a83dd03bc95cf2f6f5361105a (patch)
tree3e0e56a8df4e70c3eed1594da75995bb496e5f9f /media-video/aegisub/files
parentsys-fs/udisks: stable 2.8.2 for ppc64, bug #687410 (diff)
downloadgentoo-9e3ec79f3e89bc1a83dd03bc95cf2f6f5361105a.tar.gz
gentoo-9e3ec79f3e89bc1a83dd03bc95cf2f6f5361105a.tar.bz2
gentoo-9e3ec79f3e89bc1a83dd03bc95cf2f6f5361105a.zip
media-video/aegisub: Enable testing with >=dev-cpp/gtest-1.8.1
Updates the gtest dependency. Tests build, run, and pass without issue. Closes: https://github.com/gentoo/gentoo/pull/12230 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'media-video/aegisub/files')
-rw-r--r--media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-support-system-gtest.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-support-system-gtest.patch b/media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-support-system-gtest.patch
index 8209ac5ec7c3..7e3fac2acd81 100644
--- a/media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-support-system-gtest.patch
+++ b/media-video/aegisub/files/3.2.2_p20160518/aegisub-3.2.2_p20160518-support-system-gtest.patch
@@ -24,13 +24,13 @@ index 8c30c1d..c5bf049 100644
GTEST_ROOT ?= $(TOP)vendor/googletest
GTEST_FILE := ${GTEST_ROOT}/src/gtest-all
+GTEST_CPPFLAGS := -I$(GTEST_ROOT) -I$(GTEST_ROOT)/include
-+GTEST_CXXFLAGS := $(CFLAGS_PTHREAD)
+GTEST_LIBS := $(LIBS_PTHREAD)
+else
-+GTEST_CPPFLAGS := $(shell gtest-config --cppflags)
-+GTEST_CXXFLAGS := $(shell gtest-config --cxxflags)
-+GTEST_LIBS := $(shell gtest-config --libs)
++GTEST_CPPFLAGS := $(shell pkg-config --cflags-only-I gtest)
++GTEST_LIBS := $(shell pkg-config --libs gtest)
+endif
++
++GTEST_CXXFLAGS := $(CFLAGS_PTHREAD)
run_PCH := $(d)support/tests_pre.h
run_CPPFLAGS := -I$(TOP)libaegisub/include -I$(TOP) -I$(d)support \