pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat Install "xchat" binary unstripped under Mac...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a60ba3c0caf5
branches: trunk
changeset: 517627:a60ba3c0caf5
user: tron <tron%pkgsrc.org@localhost>
date: Thu Aug 17 06:58:37 2006 +0000
description:
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:
chat/xchat/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r bf06a15217e3 -r a60ba3c0caf5 chat/xchat/Makefile
--- a/chat/xchat/Makefile Wed Aug 16 21:27:04 2006 +0000
+++ b/chat/xchat/Makefile Thu Aug 17 06:58:37 2006 +0000
@@ -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@localhost
PATCH_SITES= ${MASTER_SITES}/patches/
@@ -27,6 +29,10 @@
.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"
Home |
Main Index |
Thread Index |
Old Index