diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-07 12:02:05 +0000 |
commit | 67d995c7c2182f3eb264f138cab891061089925d (patch) | |
tree | b5a9abb0790d5444ad5e55a6a860def6e5222560 /chat | |
parent | f4d260fb551c8bda4b60e64dee13b52e21dce6b1 (diff) | |
download | pkgsrc-67d995c7c2182f3eb264f138cab891061089925d.tar.gz |
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/irssi/Makefile.common | 6 | ||||
-rw-r--r-- | chat/licq-core/Makefile | 9 | ||||
-rw-r--r-- | chat/unrealircd/Makefile | 6 | ||||
-rw-r--r-- | chat/xchat/Makefile | 4 |
4 files changed, 4 insertions, 21 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index 80576e9fec4..6cedc0b28de 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2015/01/06 12:40:06 mef Exp $ -*- Makefile -*- +# $NetBSD: Makefile.common,v 1.15 2015/09/07 12:02:07 jperkin Exp $ -*- Makefile -*- # used by chat/irssi-icb/Makefile # used by chat/irssi-xmpp/Makefile @@ -13,7 +13,3 @@ SITES.${IRSSI_DISTFILE}= http://www.irssi.org/files/ # plugins to compile properly. IRSSI_CONFIG= ${PREFIX}/share/irssi/irssi-config IRSSI_CONFIG_H= ${PREFIX}/include/irssi/irssi-config.h - -.if ${OPSYS} == "Darwin" -INSTALL_UNSTRIPPED=YES -.endif diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile index 7beb30c4b24..b437952902a 100644 --- a/chat/licq-core/Makefile +++ b/chat/licq-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/03 00:02:40 asau Exp $ +# $NetBSD: Makefile,v 1.16 2015/09/07 12:02:07 jperkin Exp $ # DISTNAME= licq-1.3.5 @@ -18,13 +18,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-nls -.include "../../mk/bsd.prefs.mk" - -# Make sure modules can link correctly -.if ${OPSYS} == "Darwin" -INSTALL_UNSTRIPPED= yes -.endif - .include "../../mk/compiler.mk" .if !empty(CC_VERSION:Mgcc-4.[6-9].*) CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index 2f3986d1d49..d4418a3c8f1 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/01/17 15:24:22 bsiegert Exp $ +# $NetBSD: Makefile,v 1.42 2015/09/07 12:02:06 jperkin Exp $ DISTNAME= Unreal3.2.10.4 PKGNAME= ${DISTNAME:tl:S/l/lircd-/1} @@ -100,10 +100,6 @@ OWN_DIRS_PERMS+= ${UIRCD_HOME:Q}/tmp ${UIRCD_USER:Q} \ INSTALLATION_DIRS= sbin ${IRCD_DOCS} ${IRCD_EG} ${IRCD_SHARE}/aliases \ ${IRCD_SHARE}/modules -.if ${OPSYS} == "Darwin" -INSTALL_UNSTRIPPED=YES -.endif - CFLAGS.Darwin+= -DUSE_LOCALE CFLAGS.SunOS+= -DUSE_LOCALE diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 6cbf96a88c2..59429605d2b 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2015/06/12 10:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2015/09/07 12:02:06 jperkin Exp $ .include "Makefile.common" @@ -28,8 +28,6 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.20.0 .include "../../x11/gtk2/buildlink3.mk" .if ${OPSYS} == "Darwin" -INSTALL_UNSTRIPPED= YES - . if empty(PKG_BUILD_OPTIONS.gtk2:Mquartz) CONFIGURE_ARGS+= --enable-xft LDFLAGS.Darwin+= -L${PREFIX}/lib -lX11 |