diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-01-05 22:26:13 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-01-05 22:26:13 +0800 |
commit | aa16c2fe665584980bc549f22901f1039372e766 (patch) | |
tree | a771ca6c73c72c02c3986fa161bc624bdfbb3647 /emulators | |
parent | cdbdbb820fc870041f7d8e8a4a61d4e625338ee6 (diff) | |
download | freebsd-ports-gnome-aa16c2fe665584980bc549f22901f1039372e766.tar.gz freebsd-ports-gnome-aa16c2fe665584980bc549f22901f1039372e766.tar.zst freebsd-ports-gnome-aa16c2fe665584980bc549f22901f1039372e766.zip |
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
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index eada21cee0b4..7d41b5ed6cad 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -22,6 +22,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-staging-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \ i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* @@ -57,8 +58,8 @@ SUB_FILES= pkg-message PORTDATA= l_intl.nls wine.inf -OPTIONS_DEFINE= CUPS DOCS DOSBOX GCC GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL SDL V4L VKD3D VULKAN WINEMAKER X11 GECKO MONO -OPTIONS_DEFAULT=GCC GNUTLS X11 +OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL SDL 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.1-x86.msi:emulators/wine-gecko GNUTLS_CONFIGURE_WITH= gnutls |