svn commit: r320341 - head/devel/log4shib

Palle Girgensohn girgen at FreeBSD.org
Sun Jun 9 15:17:05 UTC 2013


Author: girgen
Date: Sun Jun  9 15:17:04 2013
New Revision: 320341
URL: http://svnweb.freebsd.org/changeset/ports/320341

Log:
  with-pthreads is not an option anymore, apparently, log4shib is always
  built with pthreads

Modified:
  head/devel/log4shib/Makefile

Modified: head/devel/log4shib/Makefile
==============================================================================
--- head/devel/log4shib/Makefile	Sun Jun  9 15:06:41 2013	(r320340)
+++ head/devel/log4shib/Makefile	Sun Jun  9 15:17:04 2013	(r320341)
@@ -18,7 +18,7 @@ USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	pkgconfig gnomehack
-CONFIGURE_ARGS=	--with-pthreads --disable-html-docs --disable-doxygen
+CONFIGURE_ARGS=	--disable-html-docs --disable-doxygen
 USE_LDCONFIG=	yes
 
 USES=		pathfix


More information about the svn-ports-all mailing list