pkgsrc-WIP-changes archive

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

wine64: Add wrapper script to obviate setting LD_LIBRARY_PATH



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Sun Aug 4 16:54:08 2019 +0200
Changeset:	fd7060869557f8535076075ba9c44868b9f7e4ee

Added Files:
	wine64/files/wine.in

Log Message:
wine64: Add wrapper script to obviate setting LD_LIBRARY_PATH

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

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

diffstat:
 wine64/files/wine.in | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/wine64/files/wine.in b/wine64/files/wine.in
new file mode 100755
index 0000000000..e3427512b7
--- /dev/null
+++ b/wine64/files/wine.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export LD_LIBRARY_PATH=@PREFIX@/emul/netbsd32/lib
+exec @PREFIX@/libexec/wine "$@"


Home | Main Index | Thread Index | Old Index