svn commit: r487355 - head/databases/virtuoso

Max Khon fjoe at FreeBSD.org
Thu Dec 13 07:24:46 UTC 2018


Author: fjoe
Date: Thu Dec 13 07:24:45 2018
New Revision: 487355
URL: https://svnweb.freebsd.org/changeset/ports/487355

Log:
  Silence <sys/timeb.h> deprecation warnings during the build.

Modified:
  head/databases/virtuoso/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Thu Dec 13 07:12:09 2018	(r487354)
+++ head/databases/virtuoso/Makefile	Thu Dec 13 07:24:45 2018	(r487355)
@@ -40,6 +40,7 @@ CONFIGURE_ARGS=	--with-readline\
 		--with-layout=freebsd\
 		--datadir="${PREFIX}"\
 		--localstatedir="${PREFIX}"
+CONFIGURE_ENV=	ac_cv_header_sys_timeb_h=no
 CPPFLAGS+=	-std=gnu89 ${IODBC_CPPFLAGS}
 LDFLAGS+=	-lexecinfo
 MAKE_ENV=	PATH=${LOCALBASE}/bin:${PATH}\


More information about the svn-ports-all mailing list