diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 18:05:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 18:05:25 +0100 |
commit | a383af6a8ae5e3f2e30aa592655e7c4b9962a2e6 (patch) | |
tree | e45ee02e48da3f5d3d0aeb70b004a399bb0dc9fd /games-emulation | |
parent | games-action/supermariowar: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX ar... (diff) | |
download | gentoo-a383af6a8ae5e3f2e30aa592655e7c4b9962a2e6.tar.gz gentoo-a383af6a8ae5e3f2e30aa592655e7c4b9962a2e6.tar.bz2 gentoo-a383af6a8ae5e3f2e30aa592655e7c4b9962a2e6.zip |
games-emulation/pcsx2: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild | 1 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild | 1 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild b/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild index 0ddc30dd7ba3..1d948bfb065e 100644 --- a/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild @@ -86,7 +86,6 @@ src_configure() { -DPACKAGE_MODE=TRUE -DXDG_STD=TRUE - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)/${PN}" -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE diff --git a/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild b/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild index 11e3f7bd7c96..f4c574ef75a8 100644 --- a/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild @@ -65,7 +65,6 @@ src_configure() { -DPACKAGE_MODE=TRUE -DXDG_STD=TRUE - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)/${PN}" -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index f5e4931ead16..24784ff64676 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -72,7 +72,6 @@ src_configure() { -DPACKAGE_MODE=TRUE -DXDG_STD=TRUE - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)/${PN}" -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE |