Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 20:08:50 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328728 - head/databases/sqlcached
Message-ID:  <201309292008.r8TK8oDJ020490@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Sep 29 20:08:50 2013
New Revision: 328728
URL: http://svnweb.freebsd.org/changeset/ports/328728

Log:
  - remove CFLAGS [1]
  
  [1] discussed with ivoras@ (maintainer) per PM

Modified:
  head/databases/sqlcached/Makefile

Modified: head/databases/sqlcached/Makefile
==============================================================================
--- head/databases/sqlcached/Makefile	Sun Sep 29 20:04:00 2013	(r328727)
+++ head/databases/sqlcached/Makefile	Sun Sep 29 20:08:50 2013	(r328728)
@@ -13,7 +13,6 @@ COMMENT=	Cache daemon using SQL for data
 LIB_DEPENDS=	libsqlite.so:${PORTSDIR}/databases/sqlite2
 
 LDFLAGS+=	-L${LOCALBASE}/lib
-CFLAGS=		-O2 -Wall -I${LOCALBASE}/include
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 



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