diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-23 02:50:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-23 02:50:02 +0800 |
commit | 47c7dcf1399c41af2e95305696eb5fe1a2211c59 (patch) | |
tree | 90f4bc43f2ee79909c2f46b3cae5f19b88339122 /sysutils/sleuthkit | |
parent | 9aa043a1d0a45dc1ee2ee9a586885ee1dbc7651c (diff) | |
download | freebsd-ports-gnome-47c7dcf1399c41af2e95305696eb5fe1a2211c59.tar.gz freebsd-ports-gnome-47c7dcf1399c41af2e95305696eb5fe1a2211c59.tar.zst freebsd-ports-gnome-47c7dcf1399c41af2e95305696eb5fe1a2211c59.zip |
Require a modern compiler, this should fix build on powerpc64
PR: 231594
Diffstat (limited to 'sysutils/sleuthkit')
-rw-r--r-- | sysutils/sleuthkit/Makefile | 4 |
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 |