svn commit: r534910 - head/multimedia/webcamd
Hans Petter Selasky
hselasky at FreeBSD.org
Mon May 11 12:55:19 UTC 2020
Author: hselasky
Date: Mon May 11 12:55:19 2020
New Revision: 534910
URL: https://svnweb.freebsd.org/changeset/ports/534910
Log:
Let amd64 be the only platform which support COMPAT32 for now.
While at it put the *DESC variables after the OPTIONS* one.
Suggested by: jbeich@
PR: 245698
Approved by: pi (implicit)
Modified:
head/multimedia/webcamd/Makefile
Modified: head/multimedia/webcamd/Makefile
==============================================================================
--- head/multimedia/webcamd/Makefile Mon May 11 12:20:39 2020 (r534909)
+++ head/multimedia/webcamd/Makefile Mon May 11 12:55:19 2020 (r534910)
@@ -22,17 +22,15 @@ SUB_FILES= webcamd.conf
OPTIONS_DEFINE= DEBUG HAL VT_CLIENT VT_SERVER DVB INPUT KEYBOARD MOUSE RADIO WEBCAM
OPTIONS_DEFAULT=DVB HAL INPUT RADIO WEBCAM
-COMPAT32_DESC= Enable 32-bit compatibility support
-COMPAT32_MAKE_ARGS= HAVE_COMPAT32="YES"
-
#
# 32-bit compatibility support is mostly useful for
# platforms using 32-bit applications:
#
OPTIONS_DEFINE_amd64= COMPAT32
-OPTIONS_DEFINE_aarch64= COMPAT32
OPTIONS_DEFAULT_amd64= COMPAT32
-OPTIONS_DEFAULT_aarch64= COMPAT32
+
+COMPAT32_DESC= Enable 32-bit compatibility support
+COMPAT32_MAKE_ARGS= HAVE_COMPAT32="YES"
HAL_DESC= Build with HAL and DBUS support
HAL_LIB_DEPENDS+= libhal.so:sysutils/hal
More information about the svn-ports-head
mailing list