diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-10 10:06:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-10 10:06:12 +0800 |
commit | 060ebfbf16fa95c581bdc55ace1c364d1309ab0e (patch) | |
tree | e80368163569daa7ebbdc93edcc7925057b37e44 /sysutils/sleuthkit | |
parent | e5359a537ab7063ca3101b851141e7f8ba18e15c (diff) | |
download | freebsd-ports-gnome-060ebfbf16fa95c581bdc55ace1c364d1309ab0e.tar.gz freebsd-ports-gnome-060ebfbf16fa95c581bdc55ace1c364d1309ab0e.tar.zst freebsd-ports-gnome-060ebfbf16fa95c581bdc55ace1c364d1309ab0e.zip |
Mark various ports broken on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/sleuthkit')
-rw-r--r-- | sysutils/sleuthkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile index 235731349c2f..d953eed50e89 100644 --- a/sysutils/sleuthkit/Makefile +++ b/sysutils/sleuthkit/Makefile @@ -18,6 +18,8 @@ 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 |