pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wine64: Add ${PREFIX}/emul/netbsd32/lib to rpath for wine 32-bit



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Mon Jul 22 01:52:56 2019 +0200
Changeset:	ebc92bbb3e7c6c21e20caf7e258b97a61d1f3a45

Added Files:
	wine64/patches/patch-loader_Makefile.in

Log Message:
wine64: Add ${PREFIX}/emul/netbsd32/lib to rpath for wine 32-bit

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ebc92bbb3e7c6c21e20caf7e258b97a61d1f3a45

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wine64/patches/patch-loader_Makefile.in | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diffs:
diff --git a/wine64/patches/patch-loader_Makefile.in b/wine64/patches/patch-loader_Makefile.in
new file mode 100644
index 0000000000..e342f01652
--- /dev/null
+++ b/wine64/patches/patch-loader_Makefile.in
@@ -0,0 +1,16 @@
+$NetBSD$
+
+kludge: link wine 32-bit against libwine.so.1.0 in
+${PREFIX}/emul/netbsd32/lib/wine
+
+--- loader/Makefile.in.orig	2019-07-21 11:43:47.709524953 +0000
++++ loader/Makefile.in
+@@ -18,7 +18,7 @@ preloader_EXTRADEFS = $(MSVCRTFLAGS)
+ 
+ wine_OBJS = main.o
+ wine_DEPS = $(WINELOADER_DEPENDS)
+-wine_LDFLAGS = $(WINELOADER_LDFLAGS) $(LDEXECFLAGS) -lwine $(PTHREAD_LIBS)
++wine_LDFLAGS = $(WINELOADER_LDFLAGS) $(LDEXECFLAGS) -lwine $(PTHREAD_LIBS) -Wl,-rpath,/usr/pkg/emul/netbsd32/lib/wine
+ 
+ wine64_OBJS = main.o
+ wine64_DEPS = $(WINELOADER_DEPENDS)


Home | Main Index | Thread Index | Old Index