diff options
author | tron <tron@pkgsrc.org> | 2006-08-17 06:58:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-08-17 06:58:37 +0000 |
commit | 6a485ca8d5d66b14041da1415887038e97e54213 (patch) | |
tree | bdf694c96d0a91205f0f332cf4473bddd408de55 /chat/xchat | |
parent | 476a91de1b9d9501283049e0940a20ef8b24039c (diff) | |
download | pkgsrc-6a485ca8d5d66b14041da1415887038e97e54213.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/xchat')
-rw-r--r-- | chat/xchat/Makefile | 8 |
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" |