summaryrefslogtreecommitdiff
path: root/chat/gaim
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2006-08-28 17:11:04 +0000
committerben <ben@pkgsrc.org>2006-08-28 17:11:04 +0000
commitb390afbe4ccc97e4c34e836800b06a3e6dc74788 (patch)
treedcc01812dab65a5f4c41f47396f3612281087eb8 /chat/gaim
parent2f4040aee60f409835adef49afcc5ce0c8f588f0 (diff)
downloadpkgsrc-b390afbe4ccc97e4c34e836800b06a3e6dc74788.tar.gz
_INSTALL_UNSTRIPPED=yes on OSX. Otherwise plugins fail to load because
OSX linker can't find symbols from parent program.
Diffstat (limited to 'chat/gaim')
-rw-r--r--chat/gaim/Makefile6
1 files changed, 5 insertions, 1 deletions
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