diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-09-21 15:27:10 -0400 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-09-22 10:21:42 -0400 |
commit | 339e7b510690ca270d5ae495fdc71510dddeb3ce (patch) | |
tree | 46816a128e72d0cca945bef23ac58305289b29ba /media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch | |
parent | dev-python/xopen: drop old version (diff) | |
download | sci-339e7b510690ca270d5ae495fdc71510dddeb3ce.tar.gz sci-339e7b510690ca270d5ae495fdc71510dddeb3ce.tar.bz2 sci-339e7b510690ca270d5ae495fdc71510dddeb3ce.zip |
media-libs/glbinding: update to latest
also drop old version as checksum fails
and it no longer compiles
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch')
-rw-r--r-- | media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch b/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch deleted file mode 100644 index 8c4b50577..000000000 --- a/media-libs/glbinding/files/glbinding-2.1.1-CMakeLists.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -159,16 +159,8 @@ add_subdirectory(deploy) - # Deployment (global project files)
- #
-
--# Install version file
--install(FILES "${PROJECT_BINARY_DIR}/VERSION" DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
--
- # Install cmake find script for the project
- install(FILES ${META_PROJECT_NAME}-config.cmake DESTINATION ${INSTALL_ROOT} COMPONENT dev)
-
--# Install the project meta files
--install(FILES AUTHORS DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
--install(FILES LICENSE DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
--install(FILES README.md DESTINATION ${INSTALL_ROOT} COMPONENT runtime)
--
- # Install runtime data
- install(DIRECTORY ${PROJECT_SOURCE_DIR}/data DESTINATION ${INSTALL_DATA} COMPONENT examples_data)
|