From 814e8776f048127234833c9375a23b5274b2c33c Mon Sep 17 00:00:00 2001 From: gerald Date: Wed, 13 Sep 2006 00:18:35 +0000 Subject: Add ${PREFIX}/lib to USE_LDCONFIG, in the unlikely (but possible) case that nobody else has done this yet (for example if we are installing into a non- default $PREFIX). Submitted by: Tijl Coosemans --- emulators/wine-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/wine-devel') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f12b13b82e9f..61ae556ace95 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ LIBS=-Wl,-rpath,${PREFIX}/lib/wine \ EXTRA_BINARIES="wine-kthread" -USE_LDCONFIG= ${PREFIX}/lib/wine +USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \ winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1 ONLY_FOR_ARCHS= i386 -- cgit