aboutsummaryrefslogtreecommitdiff
path: root/databases/virtuoso
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2018-12-13 07:24:45 +0000
committerMax Khon <fjoe@FreeBSD.org>2018-12-13 07:24:45 +0000
commit421d091c44effcda19a2469bbe17d8b2c328e174 (patch)
tree0aefb11d635cec26d7779e0e2670ac5628ab54aa /databases/virtuoso
parent6bdf03d9dd9eb15201c751d81f50567b70f94c95 (diff)
downloadports-421d091c44effcda19a2469bbe17d8b2c328e174.tar.gz
ports-421d091c44effcda19a2469bbe17d8b2c328e174.zip
Silence <sys/timeb.h> deprecation warnings during the build.
Notes
Notes: svn path=/head/; revision=487355
Diffstat (limited to 'databases/virtuoso')
-rw-r--r--databases/virtuoso/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile
index 416874c99c56..7ef15da0b413 100644
--- a/databases/virtuoso/Makefile
+++ b/databases/virtuoso/Makefile
@@ -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}\