summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron>2006-08-17 06:58:37 +0000
committertron <tron>2006-08-17 06:58:37 +0000
commit1ae0b524e83909b2f385e30c90bcc93a82544961 (patch)
treebdf694c96d0a91205f0f332cf4473bddd408de55 /chat
parente2ea7bb56628a571d6ce95905034a6dfd9827b4c (diff)
downloadpkgsrc-1ae0b524e83909b2f385e30c90bcc93a82544961.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"