mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
Linphone uses Qt5 now instead of GTK2. audio/bcg729: - switch to cmake, required by net/mediastreamer - download distfile instead of using gitlab - fix license: source code allows later GPL version audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now audio/msilbc: deleted, superseded by multimedia/mswebrtc deskutils/belcard: version 1.0.2 multimedia/bcmatroska2: version 0.23 multimedia/msopenh264: version 1.2.1 multimedia/mswebrtc: version 1.1.1 multimedia/msx264: deleted, superseded by msopenh264 net/bctoolbox: version 0.6.0 net/belle-sip: version 1.6.3 net/liblinphone: version 3.12.0 net/linphone: version 4.1.1 + upstream Qt 5.11 patches net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis security/bzrtp: version 1.0.6 textproc/belr: version 0.1.3
13 lines
431 B
CMake
13 lines
431 B
CMake
--- cmake/FindGLX.cmake.orig 2017-04-06 09:27:56 UTC
|
|
+++ cmake/FindGLX.cmake
|
|
@@ -39,8 +39,8 @@ find_path(GLX_INCLUDE_DIRS
|
|
PATH_SUFFIXES include
|
|
)
|
|
if(GLX_INCLUDE_DIRS)
|
|
- check_include_file(GL/gl.h HAVE_GL_GL_H)
|
|
- check_include_file(GL/glx.h HAVE_GL_GLX_H)
|
|
+ check_include_file(GL/gl.h HAVE_GL_GL_H "-I${GLX_INCLUDE_DIRS}")
|
|
+ check_include_file(GL/glx.h HAVE_GL_GLX_H "-I${GLX_INCLUDE_DIRS}")
|
|
endif()
|
|
|
|
find_library(GL_LIBRARY
|