summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-08-17 06:58:37 +0000
committertron <tron@pkgsrc.org>2006-08-17 06:58:37 +0000
commit8b5981464bc27d60f42de5b94eb81d973ba0a069 (patch)
treebdf694c96d0a91205f0f332cf4473bddd408de55 /chat
parent0d984e82164d91f8194d16187cad8bbed2336f9d (diff)
downloadpkgsrc-8b5981464bc27d60f42de5b94eb81d973ba0a069.tar.gz
Install "xchat" binary unstripped under Mac OS X (Darwin). This makes
the plugin loader work for some weird reason. Hint provided by Adrian Portelli on "tech-pkg" mailing list. Bump package revision because of this fix.
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index aa3e2810ad5..d0be2afaf38 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2006/08/16 21:25:35 tron Exp $
+# $NetBSD: Makefile,v 1.43 2006/08/17 06:58:37 tron Exp $
.include "Makefile.common"
+PKGREVISION= 1
+
MAINTAINER= tron@NetBSD.org
PATCH_SITES= ${MASTER_SITES}/patches/
@@ -27,6 +29,10 @@ LDFLAGS.Darwin+= -lX11
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED= YES
+.endif
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"