pkgsrc-WIP-changes archive

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

wine64: Remove redundant LDFLAGS



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Fri Jul 12 17:30:10 2019 +0200
Changeset:	3ea2a055c76d0bd91b1fd0ada42b2e2e962f95c2

Modified Files:
	wine64/Makefile

Log Message:
wine64: Remove redundant LDFLAGS

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

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 deletions(-)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 8786fb595f..4c8540e69b 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -17,8 +17,6 @@ WINE32_ARGS+=		--x-libraries=/usr/pkg/emul/netbsd32/lib
 WINE32_ARGS+=		--with-wine64=${BUILD64}
 WINE64_ARGS+=		--enable-win64
 WINE32_ENV+=		CFLAGS+=-m32
-WINE32_ENV+=		LDFLAGS+=-Wl,-rpath,/usr/lib/i386
-WINE32_ENV+=		LDFLAGS+=-L/usr/lib/i386
 WINE32_ENV+=		X11_LDFLAGS+=-Wl,-rpath,/usr/pkg/emul/netbsd32/lib
 WINE32_ENV+=		X11_LDFLAGS+=-L/usr/pkg/emul/netbsd32/lib
 WINE32_ENV+=		X11_LDFLAGS+=-lX11


Home | Main Index | Thread Index | Old Index