Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 07:24:45 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487355 - head/databases/virtuoso
Message-ID:  <201812130724.wBD7OjJV004023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}\



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