summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-11-21 13:17:14 +0000
committeragc <agc@pkgsrc.org>2001-11-21 13:17:14 +0000
commit03c35761dff107fdc50dc97e1e75b976f27bef37 (patch)
tree703b35a3650e6f43d316098c5b007f4016f0cb15 /mk/defs.Darwin.mk
parent715864dc96fbdf1d7ed6d1fc790e9791670f5e50 (diff)
downloadpkgsrc-03c35761dff107fdc50dc97e1e75b976f27bef37.tar.gz
Add a _DO_SHLIB_CHECKS definition to the individual defs.${OPSYS}.mk
files, and use it in bsd.pkg.mk. This definition controls the fixup of PLISTs at installation time, and running of ldconfig if necessary.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index 5ed5fe152eb..676f0abdaa8 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.9 2001/11/21 13:09:09 agc Exp $
+# $NetBSD: defs.Darwin.mk,v 1.10 2001/11/21 13:17:14 agc Exp $
#
# Variable definitions for the Darwin operating system.
@@ -60,6 +60,7 @@ ROOT_USER?= root
ROOT_GROUP?= wheel
_DO_LIBINTL_CHECKS= yes # perform checks for valid libintl
+_DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs
_IMAKE_MAKE= ${MAKE} # program which gets invoked by imake
_PATCH_BACKUP_ARG= -z # switch to patch(1) for backup file
_USE_RPATH= no # don't add rpath to LDFLAGS