svn commit: r426781 - in head/databases/xapian-core: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 22 06:55:05 UTC 2016


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:


More information about the svn-ports-all mailing list