diff options
author | steve <steve@FreeBSD.org> | 2000-07-08 03:15:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-08 03:15:15 +0800 |
commit | 645c5be435e5fa35b7aff68a9695a7b435184c91 (patch) | |
tree | 6b9446ac58c76f71672eb96f7c8940841cbd2982 | |
parent | bf3544c0631f0b62637c378c7fa1671d23cf7176 (diff) | |
download | freebsd-ports-gnome-645c5be435e5fa35b7aff68a9695a7b435184c91.tar.gz freebsd-ports-gnome-645c5be435e5fa35b7aff68a9695a7b435184c91.tar.zst freebsd-ports-gnome-645c5be435e5fa35b7aff68a9695a7b435184c91.zip |
Link wine with -rpath so that it can find libwine.so.
PR: 19562
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Approved by: maintainer
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index c4330b160ba3..650e35b0061a 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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 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 |