Skip to content
Snippets Groups Projects
Commit b33f5277 authored by Felix Palmen's avatar Felix Palmen Committed by Muhammad Moinur Rahman
Browse files

net/linphone: Fix build when git is installed

* The upstream build includes a subdirectory that attempts to call git,
  expecting the source to be a git clone, so the build failed on a
  system that has git installed. Just exclude this subdirectory, as it's
  not used to build linphone itself (and therefore doesn't affect the
  outcome), patch suggested by hselasky in D35805.
* Take maintainership.

PR:		264734
parent ab86401c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ PORTVERSION= 4.4.8
PORTEPOCH= 1
CATEGORIES= net
MAINTAINER= ports@FreeBSD.org
MAINTAINER= felix@palmen-it.de
COMMENT= SIP client supporting voice/video calls and text messaging
LICENSE= GPLv3
......@@ -40,6 +40,7 @@ post-patch:
-e 's/set(FULL_VERSION /&${PORTVERSION}/' \
-e 's/INSTALL_RPATH_USE_LINK_PATH/BUILD_WITH_INSTALL_RPATH/' \
-e '/add_subdirectory.*linphone_package/d' \
-e '/add_subdirectory.*build/d' \
-e '/add_custom_command/d' -e '/deployqt_hack/d' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} 's/LINPHONE_QT_GIT_VERSION/"${PORTVERSION}"/' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment