aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-09-02 10:27:16 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-09-02 10:35:44 +0000
commitae30a3b002584002232a6f306e3f05c564f2d3b0 (patch)
tree850983f636ec84d2ad975e780deb144ea5747ff3
parent9ecaf14687624866577fba833e6d38343bb3cf81 (diff)
downloadports-ae30a3b002584002232a6f306e3f05c564f2d3b0.tar.gz
ports-ae30a3b002584002232a6f306e3f05c564f2d3b0.zip
devel/ucommon: remove patch breaking pc files
/usr/ports/devel/ccrtp: ld: error: unable to find library -llpthread PR: 265652
-rw-r--r--devel/ucommon/Makefile2
-rw-r--r--devel/ucommon/files/patch-cmake_CapeConfig.cmake10
2 files changed, 1 insertions, 11 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile
index 9f6cc7c89dab..afc0e521b1a6 100644
--- a/devel/ucommon/Makefile
+++ b/devel/ucommon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ucommon
PORTVERSION= 7.0.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= GNU/commoncpp
diff --git a/devel/ucommon/files/patch-cmake_CapeConfig.cmake b/devel/ucommon/files/patch-cmake_CapeConfig.cmake
deleted file mode 100644
index ede2b19cf6c9..000000000000
--- a/devel/ucommon/files/patch-cmake_CapeConfig.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
---- cmake/CapeConfig.cmake.orig 2016-01-14 02:00:43 UTC
-+++ cmake/CapeConfig.cmake
-@@ -163,6 +163,7 @@ endfunction()
- function(pc_libs _OUTPUT)
- set(libs)
- foreach(lib ${ARGN})
-+ STRING(REGEX REPLACE "pthread" "lpthread" lib ${lib})
- STRING(REGEX REPLACE "^[-]l" "" slib ${lib})
- set(libs "${libs} -l${slib}")
- endforeach()