aboutsummaryrefslogtreecommitdiffstats
path: root/testing/schroot/schroot-cppunit.patch
diff options
context:
space:
mode:
authorDanct12 <danct12@disroot.org>2020-02-21 21:52:45 +0700
committerLeo <thinkabit.ukim@gmail.com>2020-02-21 14:11:17 -0300
commitb94680c47045c5341cb09867067098a02b00024e (patch)
treed8a8d9f47deab0d2312ec45d343cfa2fbaae3967 /testing/schroot/schroot-cppunit.patch
parent36e1ff18b4cab3b07307c1f87e37233549a19049 (diff)
downloadaports-b94680c47045c5341cb09867067098a02b00024e.tar.bz2
aports-b94680c47045c5341cb09867067098a02b00024e.tar.xz
testing/schroot: new aport
Signed-off-by: Danct12 <danct12@disroot.org>
Diffstat (limited to 'testing/schroot/schroot-cppunit.patch')
-rw-r--r--testing/schroot/schroot-cppunit.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/schroot/schroot-cppunit.patch b/testing/schroot/schroot-cppunit.patch
new file mode 100644
index 0000000000..3e11c73fd4
--- /dev/null
+++ b/testing/schroot/schroot-cppunit.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac 2017-05-20 09:50:30.146864516 +0000
++++ b/configure.ac 2017-05-20 09:51:26.216792794 +0000
+@@ -336,7 +336,7 @@
+ [HAVE_UUID=yes],
+ [HAVE_UUID=no])
+
+-AM_PATH_CPPUNIT([1.10.0], [HAVE_CPPUNIT=yes])
++PKG_CHECK_MODULES([CPPUNIT], [cppunit], [HAVE_CPPUNIT=yes], [HAVE_CPPUNIT=no])
+ AM_CONDITIONAL([USE_UNIT_TESTS], [test -n "$HAVE_CPPUNIT"])
+
+ SCHROOT_CFLAGS="$UUID_CFLAGS"