svn commit: r529819 - head/graphics/geeqie

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 29 17:56:19 UTC 2020


Author: amdmi3
Date: Sun Mar 29 17:56:07 2020
New Revision: 529819
URL: https://svnweb.freebsd.org/changeset/ports/529819

Log:
  Attempt to fix parallel build
  
  PR:		245052
  Submitted by:	samy.mahmoudi at gmail.com

Modified:
  head/graphics/geeqie/Makefile

Modified: head/graphics/geeqie/Makefile
==============================================================================
--- head/graphics/geeqie/Makefile	Sun Mar 29 17:37:39 2020	(r529818)
+++ head/graphics/geeqie/Makefile	Sun Mar 29 17:56:07 2020	(r529819)
@@ -72,4 +72,8 @@ FFMPEGTHUMBNAILER_LIB_DEPENDS=	libffmpegthumbnailer.so
 
 NLS_CONFIGURE_ENABLE=	nls
 
+pre-build:
+	# fixes threaded build
+	@cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} gq-marshal.c
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list