svn commit: r492715 - head/games/hedgewars

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 11 18:54:45 UTC 2019


Author: amdmi3
Date: Mon Feb 11 18:54:44 2019
New Revision: 492715
URL: https://svnweb.freebsd.org/changeset/ports/492715

Log:
  - Fix build in i386

Modified:
  head/games/hedgewars/Makefile

Modified: head/games/hedgewars/Makefile
==============================================================================
--- head/games/hedgewars/Makefile	Mon Feb 11 18:50:21 2019	(r492714)
+++ head/games/hedgewars/Makefile	Mon Feb 11 18:54:44 2019	(r492715)
@@ -39,6 +39,7 @@ PORTDATA=	*
 
 OPTIONS_DEFINE=	SERVER VIDEOREC
 OPTIONS_DEFAULT=SERVER VIDEOREC
+OPTIONS_EXCLUDE_i386=	VIDEOREC  # some pascal issues preventing to use it
 
 SERVER_DESC=	Build server (requires haskell)
 VIDEOREC_DESC=	Enable video recording (requires ffmpeg)


More information about the svn-ports-head mailing list