svn commit: r399557 - head/databases/leveldb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:07:45 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:07:44 2015
New Revision: 399557
URL: https://svnweb.freebsd.org/changeset/ports/399557

Log:
  - Cleanup Makefile

Modified:
  head/databases/leveldb/Makefile

Modified: head/databases/leveldb/Makefile
==============================================================================
--- head/databases/leveldb/Makefile	Sat Oct 17 18:07:39 2015	(r399556)
+++ head/databases/leveldb/Makefile	Sat Oct 17 18:07:44 2015	(r399557)
@@ -15,7 +15,6 @@ LICENSE=	BSD3CLAUSE
 OPTIONS_DEFINE=	GPERFTOOLS SNAPPY
 OPTIONS_DEFAULT=SNAPPY
 
-LDFLAGS+=	-L${LOCALBASE}/lib
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		compiler:c++0x gmake


More information about the svn-ports-all mailing list