svn commit: r491562 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue Jan 29 14:02:19 UTC 2019


Author: gerald
Date: Tue Jan 29 14:02:18 2019
New Revision: 491562
URL: https://svnweb.freebsd.org/changeset/ports/491562

Log:
  Forward port r490827 | gerald | 2019-01-21 from emulators/wine:
  
  Remove a hack (defining __builtin_ms_va_list and friends) for versions
  of clang before 3.8 and hence versions of FreeBSD no longer maintained.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Tue Jan 29 14:00:01 2019	(r491561)
+++ head/emulators/wine-devel/Makefile	Tue Jan 29 14:02:18 2019	(r491562)
@@ -133,13 +133,6 @@ X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
 CONFIGURE_ARGS+=	--enable-win64 --libdir=${PREFIX}/lib
 PLIST_SUB+=		WINE32="@comment " WINE64=""
 
-.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 38
-CPPFLAGS+=		-D__builtin_ms_va_list=__builtin_va_list \
-			-D__builtin_ms_va_start=__builtin_va_start \
-			-D__builtin_ms_va_end=__builtin_va_end \
-			-D__builtin_ms_va_copy=__builtin_va_copy
-.endif
-
 # Wine assumes a WoW64 package is available, however WoW64 is not yet
 # available on FreeBSD. Also fix the desktop file.
 post-patch:


More information about the svn-ports-all mailing list