Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 01:04:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391020 - head/databases/libmemcached
Message-ID:  <201507010104.t6114OfA050696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jul  1 01:04:24 2015
New Revision: 391020
URL: https://svnweb.freebsd.org/changeset/ports/391020

Log:
  databases/libmemcached: revert using --with-pic
  
  This wasn't necessary
  
  Pointyhat to:		swills
  Reported by:		tijl, bapt

Modified:
  head/databases/libmemcached/Makefile

Modified: head/databases/libmemcached/Makefile
==============================================================================
--- head/databases/libmemcached/Makefile	Wed Jul  1 01:03:03 2015	(r391019)
+++ head/databases/libmemcached/Makefile	Wed Jul  1 01:04:24 2015	(r391020)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libmemcached
 PORTVERSION=	1.0.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
 
@@ -21,7 +21,6 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-memcached \
 		--without-sphinx-build \
-		--with-pic \
 		--enable-libmemcachedprotocol
 
 LIBS+=		-L${LOCALBASE}/lib -lexecinfo



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