pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi Dont's strip on install with OS/X, this fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51b637c0619a
branches:  trunk
changeset: 534653:51b637c0619a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Oct 28 20:18:47 2007 +0000

description:
Dont's strip on install with OS/X, this fixes the loading of the proxy module

diffstat:

 chat/irssi/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r fd41f497500d -r 51b637c0619a chat/irssi/Makefile
--- a/chat/irssi/Makefile       Sun Oct 28 17:00:42 2007 +0000
+++ b/chat/irssi/Makefile       Sun Oct 28 20:18:47 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2007/10/28 13:06:30 adrianp Exp $
+# $NetBSD: Makefile,v 1.49 2007/10/28 20:18:47 adrianp Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 PKGREVISION=           1
@@ -12,6 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+.include "../../mk/bsd.prefs.mk"
 .include "Makefile.common"
 
 GNU_CONFIGURE=         yes
@@ -23,6 +24,10 @@
                        --without-ncurses \
                        --sysconfdir=${PKG_SYSCONFDIR:Q}
 
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED=YES
+.endif
+
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE:Q}
 



Home | Main Index | Thread Index | Old Index