mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Forward port r560399 | gerald | 2021-01-05 from emulators/wine:
Remove the GCC option. which has been the default all along, and simply use GCC. This avoids troubles for users disabling the option and then encountering failures without knowing how to go about that. (And there is not much one can even do given upstream focuses on GCC.) PR: 242202
This commit is contained in:
parent
9b8b8de545
commit
2095170254
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561610
@ -24,6 +24,7 @@ LIB_DEPENDS= libFAudio.so:audio/faudio \
|
||||
libxml2.so:textproc/libxml2
|
||||
|
||||
USES= bison desktop-file-utils gmake localbase pkgconfig shebangfix tar:xz
|
||||
USE_GCC= yes
|
||||
|
||||
CONFLICTS_INSTALL= wine-[0-9]* i386-wine-[0-9]* i386-wine-devel-[0-9]*
|
||||
|
||||
@ -58,8 +59,8 @@ SUB_FILES= pkg-message
|
||||
|
||||
PORTDATA= wine.inf
|
||||
|
||||
OPTIONS_DEFINE= CUPS DOCS DOSBOX GCC GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL SDL STAGING V4L VKD3D VULKAN WINEMAKER X11 GECKO MONO
|
||||
OPTIONS_DEFAULT=GCC GNUTLS X11
|
||||
OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL SDL STAGING V4L VKD3D VULKAN WINEMAKER X11 GECKO MONO
|
||||
OPTIONS_DEFAULT=GNUTLS X11
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DOSBOX_DESC= Use DOSBox to run MS-DOS programs
|
||||
@ -77,9 +78,6 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups
|
||||
|
||||
DOSBOX_RUN_DEPENDS= dosbox:emulators/dosbox
|
||||
|
||||
GCC_USE= gcc=yes
|
||||
GCC_USES_OFF= compiler:c11
|
||||
|
||||
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine-gecko-2.47.2-x86.msi:emulators/wine-gecko-devel
|
||||
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
|
Loading…
Reference in New Issue
Block a user