diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-10 02:06:12 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-10 02:06:12 +0000 |
| commit | 7be0be3c94935fb7849a3a65a67a4dba35888eb7 (patch) | |
| tree | e80368163569daa7ebbdc93edcc7925057b37e44 /security | |
| parent | 5f3e8ddc0a1040ccf5a6177bd8961960a9c3991d (diff) | |
Notes
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 |
