svn commit: r321504 - head/dns/opendnssec

William Grzybowski wg at FreeBSD.org
Fri Jun 21 21:00:45 UTC 2013


Author: wg
Date: Fri Jun 21 21:00:44 2013
New Revision: 321504
URL: http://svnweb.freebsd.org/changeset/ports/321504

Log:
  dns/opendnssec: fix build with sqlite
  
  - Fix build with non-default LOCALBASE and sqlite
  
  PR:		ports/179606
  Submitted by:	Erick Turnquist <jhujhiti at adjectivism.org>
  Approved by:	maintainer

Modified:
  head/dns/opendnssec/Makefile

Modified: head/dns/opendnssec/Makefile
==============================================================================
--- head/dns/opendnssec/Makefile	Fri Jun 21 20:40:28 2013	(r321503)
+++ head/dns/opendnssec/Makefile	Fri Jun 21 21:00:44 2013	(r321504)
@@ -46,6 +46,7 @@ PLIST_SUB+=	MYSQL=""
 PORTDATA=	migrate_adapters_1.mysql migrate_keyshare_mysql.pl \
 		migrate_zone_delete.mysql migrate_id_mysql.pl migrate_to_ng_mysql.pl
 .else
+CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE}
 BUILD_DEPENDS+=	sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3
 LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
 PLIST_SUB+=	SQLITE=""


More information about the svn-ports-all mailing list