Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2020 17:56:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529819 - head/graphics/geeqie
Message-ID:  <202003291756.02THu7vj099863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003291756.02THu7vj099863>