1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Add support options for sysvshm and sysvmem.

This commit is contained in:
Dirk Froemberg 2001-03-10 13:19:57 +00:00
parent 98c06207c3
commit 74fbc5a1e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39423

View File

@ -29,6 +29,8 @@ XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
gettext "gettext library support" OFF \
YP "YP/NIS support" OFF \
sysvsem "System V semaphore support" OFF \
sysvshm "System V shared memory support" OFF \
2> /tmp/checklist.tmp.$$
retval=$?
@ -156,6 +158,12 @@ while [ "$1" ]; do
\"YP\")
echo "CONFIGURE_ARGS+=--with-yp"
;;
\"sysvsem\")
echo "CONFIGURE_ARGS+=--enable-sysvsem"
;;
\"sysvshm\")
echo "CONFIGURE_ARGS+=--enable-sysvshm"
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc