diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-10-12 02:25:50 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-13 13:46:38 +0300 |
commit | dc7f1ef2e642d486be4f6e070341418c6e88d4ed (patch) | |
tree | 467ae43d152aeed7203ad005fdc884ebf628f938 /games-engines | |
parent | dev-erlang/epam: Bump (diff) | |
download | gentoo-dc7f1ef2e642d486be4f6e070341418c6e88d4ed.tar.gz gentoo-dc7f1ef2e642d486be4f6e070341418c6e88d4ed.tar.bz2 gentoo-dc7f1ef2e642d486be4f6e070341418c6e88d4ed.zip |
games-engines/openmw: update the 9999-only patch
To fix build
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openmw/files/openmw-0.47.0-mygui-license.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games-engines/openmw/files/openmw-0.47.0-mygui-license.patch b/games-engines/openmw/files/openmw-0.47.0-mygui-license.patch index d0da8a2563b3..3bf5915bb65d 100644 --- a/games-engines/openmw/files/openmw-0.47.0-mygui-license.patch +++ b/games-engines/openmw/files/openmw-0.47.0-mygui-license.patch @@ -4,13 +4,13 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index d69352c94..5f97c86e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -470,9 +470,6 @@ IF(NOT WIN32 AND NOT APPLE) - # INSTALL(PROGRAMS "${OpenMW_BINARY_DIR}/Plugin_MyGUI_OpenMW_Resources.so" DESTINATION "${LIBDIR}" ) - #ENDIF(BUILD_MYGUI_PLUGIN) +@@ -856,9 +856,6 @@ elseif(NOT APPLE) + INSTALL(PROGRAMS "${INSTALL_SOURCE}/openmw-wizard" DESTINATION "${BINDIR}" ) + ENDIF(BUILD_WIZARD) -- # Install licenses -- INSTALL(FILES "files/mygui/DejaVuFontLicense.txt" DESTINATION "${LICDIR}" ) +- # Install licenses +- INSTALL(FILES "files/mygui/DejaVuFontLicense.txt" DESTINATION "${LICDIR}" ) - - # Install icon and desktop file - INSTALL(FILES "${OpenMW_BINARY_DIR}/org.openmw.launcher.desktop" DESTINATION "${DATAROOTDIR}/applications" COMPONENT "openmw") - INSTALL(FILES "${OpenMW_SOURCE_DIR}/files/launcher/images/openmw.png" DESTINATION "${ICONDIR}" COMPONENT "openmw") + # Install icon and desktop file + INSTALL(FILES "${OpenMW_BINARY_DIR}/org.openmw.launcher.desktop" DESTINATION "${DATAROOTDIR}/applications" COMPONENT "openmw") + INSTALL(FILES "${OpenMW_SOURCE_DIR}/files/launcher/images/openmw.png" DESTINATION "${ICONDIR}" COMPONENT "openmw") |