summaryrefslogtreecommitdiff
path: root/chat/licq-core
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-07 12:02:05 +0000
committerjperkin <jperkin>2015-09-07 12:02:05 +0000
commitb7c050fe5919376933178df4eb6222e771e91c5e (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /chat/licq-core
parentb8fe86f4f81af761c106cb5fda92e67c7b5e48a7 (diff)
downloadpkgsrc-b7c050fe5919376933178df4eb6222e771e91c5e.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/licq-core')
-rw-r--r--chat/licq-core/Makefile9
1 files changed, 1 insertions, 8 deletions
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