From b390afbe4ccc97e4c34e836800b06a3e6dc74788 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 28 Aug 2006 17:11:04 +0000 Subject: _INSTALL_UNSTRIPPED=yes on OSX. Otherwise plugins fail to load because OSX linker can't find symbols from parent program. --- chat/gaim/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chat/gaim') diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 0a6eca7a973..f34e4297a1e 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2006/07/07 15:49:31 jlam Exp $ +# $NetBSD: Makefile,v 1.109 2006/08/28 17:11:04 ben Exp $ DISTNAME= gaim-1.5.0 PKGREVISION= 6 @@ -28,6 +28,10 @@ CONFIGURE_ENV+= DLLIB=${BUILDLINK_LDADD.dl} .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Darwin" +_INSTALL_UNSTRIPPED= yes +.endif + .if !exists(${X11BASE}/include/X11/extensions/scrnsaver.h) CONFIGURE_ARGS+= --disable-screensaver .endif -- cgit v1.2.3