Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 06:55:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426781 - in head/databases/xapian-core: . files
Message-ID:  <201611220655.uAM6t4Ew092441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov 22 06:55:03 2016
New Revision: 426781
URL: https://svnweb.freebsd.org/changeset/ports/426781

Log:
  - Simplify patch for FreeBSD 9.x

Deleted:
  head/databases/xapian-core/files/extrapatch-backends_flint__lock.cc
Modified:
  head/databases/xapian-core/Makefile

Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile	Tue Nov 22 06:54:59 2016	(r426780)
+++ head/databases/xapian-core/Makefile	Tue Nov 22 06:55:03 2016	(r426781)
@@ -32,7 +32,7 @@ SSE2_CONFIGURE_ENABLE=	sse
 
 # FreeBSD 9 does not have SOCK_CLOEXEC.
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-EXTRA_PATCHES=	${FILESDIR}/extrapatch-backends_flint__lock.cc
+CXXFLAGS+=	-DSOCK_CLOEXEC=0
 .endif
 
 post-install:



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