diff options
Diffstat (limited to 'sci-mathematics/netgen/files/netgen-6.2.2204-link-against-ffmpeg.patch')
-rw-r--r-- | sci-mathematics/netgen/files/netgen-6.2.2204-link-against-ffmpeg.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-mathematics/netgen/files/netgen-6.2.2204-link-against-ffmpeg.patch b/sci-mathematics/netgen/files/netgen-6.2.2204-link-against-ffmpeg.patch deleted file mode 100644 index 6f7a8bc3c..000000000 --- a/sci-mathematics/netgen/files/netgen-6.2.2204-link-against-ffmpeg.patch +++ /dev/null @@ -1,20 +0,0 @@ -From 69d9c2da29adc9b7a209e78aae950d9834683f58 Mon Sep 17 00:00:00 2001 -From: Bernd Waibel <waebbl-gentoo@posteo.net> -Date: Mon, 31 Oct 2022 13:07:05 +0100 -Subject: [PATCH] link against ffmpeg - -Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> ---- a/ng/CMakeLists.txt -+++ b/ng/CMakeLists.txt -@@ -28,7 +28,7 @@ if(USE_GUI) - if(APPLE) - set_target_properties(netgen PROPERTIES OUTPUT_NAME netgen) - endif(APPLE) -- target_link_libraries( netgen ${PYTHON_LIBRARIES} ${TCL_LIBRARY} ${TK_LIBRARY}) -+ target_link_libraries( netgen ${PYTHON_LIBRARIES} ${TCL_LIBRARY} ${TK_LIBRARY} ${FFMPEG_LIBRARIES}) - endif(NOT BUILD_FOR_CONDA) - - install(TARGETS nggui ${NG_INSTALL_DIR}) --- -2.38.1 - |