git: 1aa7313efff3 - main - devel/liborcus: remove staled patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Feb 2022 05:19:01 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aa7313efff30b83a39356e3d55860293e991bdf commit 1aa7313efff30b83a39356e3d55860293e991bdf Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-02-17 05:18:31 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-02-17 05:18:31 +0000 devel/liborcus: remove staled patch --- devel/liborcus/files/patch-configure.ac | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/devel/liborcus/files/patch-configure.ac b/devel/liborcus/files/patch-configure.ac deleted file mode 100644 index 064c6de93e43..000000000000 --- a/devel/liborcus/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2020-09-26 17:58:09 UTC -+++ configure.ac -@@ -217,7 +217,7 @@ AS_IF([test "x$with_tools" != "xno"], [ - # ============ - # mdds support - # ============ --PKG_CHECK_MODULES([MDDS],[mdds-1.5 >= 1.4.99]) -+PKG_CHECK_MODULES([MDDS],[mdds-1.7 >= 1.4.99]) - CXXFLAGS="$CXXFLAGS $MDDS_CFLAGS" - - # =================