Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 12:55:19 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534910 - head/multimedia/webcamd
Message-ID:  <202005111255.04BCtJOu016977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005111255.04BCtJOu016977>