diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:15:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:15:15 +0000 |
commit | 45acadd9528875550748f8d73072143afec512e4 (patch) | |
tree | 5b46cb52105c1dcd74de1aa7fcbead35214f70d8 /emulators/wine/Makefile | |
parent | From the submitter: (diff) |
Link wine with -rpath so that it can find libwine.so.
PR: 19562
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=30325
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index c4330b160ba3..650e35b0061a 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 |