pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gaim _INSTALL_UNSTRIPPED=yes on OSX. Otherwise p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dc9b4e3670a
branches:  trunk
changeset: 518005:6dc9b4e3670a
user:      ben <ben%pkgsrc.org@localhost>
date:      Mon Aug 28 17:11:04 2006 +0000

description:
_INSTALL_UNSTRIPPED=yes on OSX.  Otherwise plugins fail to load because
OSX linker can't find symbols from parent program.

diffstat:

 chat/gaim/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 6133e705640c -r 6dc9b4e3670a chat/gaim/Makefile
--- a/chat/gaim/Makefile        Mon Aug 28 17:10:59 2006 +0000
+++ b/chat/gaim/Makefile        Mon Aug 28 17:11:04 2006 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index