mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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)
This commit is contained in:
parent
8deac31db9
commit
c74c219cfb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534910
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user