aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sleuthkit
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-09-22 18:50:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-09-22 18:50:02 +0000
commit77b7fefb0e34ceee8652fe6564a97fc761f4882d (patch)
tree90f4bc43f2ee79909c2f46b3cae5f19b88339122 /sysutils/sleuthkit
parent44b14779947efa2a74fa6155a7559fc65f03133a (diff)
downloadports-77b7fefb0e34ceee8652fe6564a97fc761f4882d.tar.gz
ports-77b7fefb0e34ceee8652fe6564a97fc761f4882d.zip
Require a modern compiler, this should fix build on powerpc64
PR: 231594
Notes
Notes: svn path=/head/; revision=480428
Diffstat (limited to 'sysutils/sleuthkit')
-rw-r--r--sysutils/sleuthkit/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile
index d953eed50e89..49a149eaeb45 100644
--- a/sysutils/sleuthkit/Makefile
+++ b/sysutils/sleuthkit/Makefile
@@ -18,8 +18,6 @@ LICENSE_FILE_IBM=${WRKSRC}/licenses/IBM-LICENSE
LICENSE_PERMS_CPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_PERMS_IBM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -Wpedantic
-
RUN_DEPENDS= p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \
exif:graphics/exif
@@ -28,7 +26,7 @@ CONFLICTS= ja-ls-[0-9]* icat-[0-9]*
CPPFLAGS+= -D_WITH_GETLINE
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_header_libpq_fe_h=no
-USES= libtool perl5 sqlite
+USES= compiler:c++11-lang libtool perl5 sqlite
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
DATADIR= ${PREFIX}/share/tsk