summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-08 19:58:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-08 19:58:22 +0000
commit8f309e483246e97ba88cd909489578f4be1a368d (patch)
tree02b0fb15c4b29224364660599a8f58982ed7b2e2
parentuse HTTPS whenever possible (diff)
Remove DTRACE from OPTIONS_DEFAULT, causes segmentation fault during build
With hat: portmgr
Notes
Notes: svn path=/head/; revision=461263
-rw-r--r--databases/postgresql10-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile
index 40ade7764e2b..69be2cc62f60 100644
--- a/databases/postgresql10-server/Makefile
+++ b/databases/postgresql10-server/Makefile
@@ -102,7 +102,7 @@ USES+= pkgconfig
# (requires dump/restore if modified.)
OPTIONS_DEFINE+= INTDATE
INTDATE_DESC= Builds with 64-bit date/time type
-OPTIONS_DEFAULT+= XML TZDATA INTDATE DTRACE
+OPTIONS_DEFAULT+= XML TZDATA INTDATE
.endif
.if !defined(SLAVE_ONLY)