summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-11-21 13:57:31 +0000
committeragc <agc@pkgsrc.org>2001-11-21 13:57:31 +0000
commitbeda0b43f8703bc945cd0721d90dbb84b70d2192 (patch)
tree30290500d470a4366a48fb24d2b7659e4aabbc24 /mk/defs.SunOS.mk
parent1b690b5a382a3b839afed86caf15e77752412c53 (diff)
downloadpkgsrc-beda0b43f8703bc945cd0721d90dbb84b70d2192.tar.gz
Add an _OPSYS_HAS_OSSAUDIO definition to the individual defs.${OPSYS}.mk
files, and use it in ossaudio.buildlink.mk. The definition shows whether or not libossaudio is available in the OS.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index ef0d8ec498c..dbc78d24ad5 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.15 2001/11/21 13:54:14 agc Exp $
+# $NetBSD: defs.SunOS.mk,v 1.16 2001/11/21 13:57:31 agc Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -76,6 +76,7 @@ _DO_LIBINTL_CHECKS= yes # perform checks for valid libintl
_DO_SHLIB_CHECKS= yes # fixup PLIST for shared libs
_IMAKE_MAKE= /usr/ccs/bin/make # program which gets invoked by imake
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
+_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_PATCH_BACKUP_ARG= -z # switch to patch(1) for backup file
_PREFORMATTED_MAN_DIR= man # directory where catman pages are
_USE_RPATH= yes # add rpath to LDFLAGS