diff options
author | gerald <gerald@FreeBSD.org> | 2006-09-13 08:18:35 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-09-13 08:18:35 +0800 |
commit | 814e8776f048127234833c9375a23b5274b2c33c (patch) | |
tree | 370cccdf4bc9abd334a0651a84b23f43b28e4471 /emulators/wine-devel | |
parent | 0c860592d44afd68f594569055bc997c3c6eeef7 (diff) | |
download | freebsd-ports-gnome-814e8776f048127234833c9375a23b5274b2c33c.tar.gz freebsd-ports-gnome-814e8776f048127234833c9375a23b5274b2c33c.tar.zst freebsd-ports-gnome-814e8776f048127234833c9375a23b5274b2c33c.zip |
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 <tijl@ulyssis.org>
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |