pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine64: Install libs to appropriate dirs in ${PREFIX}/lib
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Fri Jul 12 17:31:48 2019 +0200
Changeset: dc81d457782de018b678ae56052dd7941507e819
Modified Files:
wine64/Makefile
Log Message:
wine64: Install libs to appropriate dirs in ${PREFIX}/lib
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dc81d457782de018b678ae56052dd7941507e819
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wine64/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index e37c8f4d17..ac58c6fc49 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -15,7 +15,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-tests
WINE32_ARGS+= --x-libraries=/usr/pkg/emul/netbsd32/lib
WINE32_ARGS+= --with-wine64=${BUILD64}
+WINE32_ARGS+= --libdir=${PREFIX}/lib/32
WINE64_ARGS+= --enable-win64
+WINE64_ARGS+= --libdir=${PREFIX}/lib
WINE32_ENV+= CFLAGS+=-m32
WINE32_ENV+= X11_LDFLAGS+=-Wl,-rpath,/usr/pkg/emul/netbsd32/lib
WINE32_ENV+= X11_LDFLAGS+=-L/usr/pkg/emul/netbsd32/lib
Home |
Main Index |
Thread Index |
Old Index