dev-games/ois: libdir patch has been upstreamed

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-03-03 14:00:46 +00:00
parent 1428ecf65c
commit 0415d887f7
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,4 @@
https://github.com/wgois/OIS/pull/69
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 56b1c49..c4ce5a8 100644
https://github.com/wgois/OIS/commit/0536741549a157627d4306f6e19f1cc5cb52cef8
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -229,7 +229,13 @@ if (OIS_BUILD_DEMOS)
@ -28,4 +26,3 @@ index 56b1c49..c4ce5a8 100644
+ ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
FRAMEWORK DESTINATION Library/Frameworks
)

View File

@ -20,5 +20,5 @@ DEPEND="
"
PATCHES=(
"${FILESDIR}/${PN}-1.5-libdir.patch"
"${FILESDIR}/${P}-libdir.patch"
)