From ac1d9600bd5b31548666e958e29d7ac171ee05e1 Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 8 Jul 2003 09:02:40 +0000 Subject: Add -L${PREFIX}/lib to LDFLAGS so that the presence of FreeType is properly detected during configury. Bump PORTREVISION. Reported by: Matthew Reimer --- emulators/wine-devel/Makefile | 3 ++- emulators/wine/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 60638ca7ae99..9d5831ca6704 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 2003.06.18 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -18,7 +19,7 @@ COMMENT= Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine +CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 60638ca7ae99..9d5831ca6704 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -8,6 +8,7 @@ PORTNAME= wine PORTVERSION= 2003.06.18 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -18,7 +19,7 @@ COMMENT= Microsoft Windows 3.1/95/98/NT/2000 emulator for Unix WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine +CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine MAN1= wine.1 winebuild.1 winemaker.1 wmc.1 wrc.1 -- cgit