svn commit: r328728 - head/databases/sqlcached

Olli Hauer ohauer at FreeBSD.org
Sun Sep 29 20:08:51 UTC 2013


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}
 


More information about the svn-ports-all mailing list