Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions games-util/vinegar/files/vinegar-multilib.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 8d74d76..20a7743 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PREFIX ?= /usr
DATAPREFIX = $(PREFIX)/share/vinegar
APPPREFIX = $(PREFIX)/share/applications
ICONPREFIX = $(PREFIX)/share/icons/hicolor
-LIBPREFIX = $(PREFIX)/lib
+LIBPREFIX = $(PREFIX)/lib64
LAYERPREFIX = $(PREFIX)/share/vulkan/explicit_layer.d

CXX ?= c++
4 changes: 4 additions & 0 deletions games-util/vinegar/vinegar-1.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ BDEPEND="
>=dev-lang/go-1.22
"

PATCHES=(
"${FILESDIR}/${PN}-multilib.patch"
)

src_unpack() {
if [[ "${PV}" == *9999* ]]; then
git-r3_src_unpack
Expand Down
4 changes: 4 additions & 0 deletions games-util/vinegar/vinegar-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ BDEPEND="
>=dev-lang/go-1.22
"

PATCHES=(
"${FILESDIR}/${PN}-multilib.patch"
)

src_unpack() {
if [[ "${PV}" == *9999* ]]; then
git-r3_src_unpack
Expand Down