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 /security | |
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 'security')
-rw-r--r-- | security/opensc/Makefile | 2 | ||||
-rw-r--r-- | security/pixiewps/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index e64fe47f86f5..1883d9e0f907 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -11,6 +11,8 @@ COMMENT= Libraries and utilities to access smart cards LICENSE= LGPL21 +BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option "-Wno-unused-but-set-variable" + OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND=PCSC OPENCT CTAPI OPTIONS_DEFINE= SM NOTIFY DOCS MANPAGES diff --git a/security/pixiewps/Makefile b/security/pixiewps/Makefile index f143d80554f1..4a0e0f44b7d3 100644 --- a/security/pixiewps/Makefile +++ b/security/pixiewps/Makefile @@ -12,6 +12,8 @@ COMMENT= Offline WPS bruteforce utility LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE.md +BROKEN_powerpc64= fails to compile: /usr/include/sys/sysctl.h:1033:25: unknown type name 'u_int' + USES= gmake WRKSRC_SUBDIR= src USE_GITHUB= yes |