From bdad9c40bd7baa1066472de72e12418baa144eca Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 4 Nov 2000 00:08:49 +0000 Subject: if using pkgsrc libintl, need LIBINTL=-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lintl not LIBINTL=-L${LOCALBASE} -lintl cVS: ---------------------------------------------------------------------- --- emulators/suse_base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/suse_base') diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index ecbef895704..1ab0148be78 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/11/01 16:08:02 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2000/11/04 00:08:49 lukem Exp $ DISTNAME= suse_base-6.3 CATEGORIES= emulators @@ -35,7 +35,7 @@ USE_LIBINTL= yes .if exists(/usr/include/libintl.h) LIBINTL= -lintl .else -LIBINTL= -L${LOCALBASE} -lintl +LIBINTL= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lintl .endif do-build: -- cgit v1.2.3