Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 00:56:25 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350654 - head/print/cups-base
Message-ID:  <201404090056.s390uP8X033233@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Apr  9 00:56:25 2014
New Revision: 350654
URL: http://svnweb.freebsd.org/changeset/ports/350654
QAT: https://qat.redports.org/buildarchive/r350654/

Log:
  Remove an unused configure flag.
  configure: WARNING: unrecognized options: --disable-slp
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Wed Apr  9 00:28:07 2014	(r350653)
+++ head/print/cups-base/Makefile	Wed Apr  9 00:56:25 2014	(r350654)
@@ -28,7 +28,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 DSOFLAGS=	-Wl,-rpath,${PREFIX}/lib -L${PREFIX}/lib ${LDFLAGS}
 CONFIGURE_ENV=	DSOFLAGS="${DSOFLAGS}"
 CONFIGURE_ARGS+=	--localstatedir=/var			\
-			--disable-slp				\
 			--disable-gssapi			\
 			--with-cups-user=${USERS}		\
 			--with-cups-group=${GROUPS}		\



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