diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 18:45:44 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 18:45:44 +0800 |
commit | cf820675350cb53155a88c40a06b79866a4776c4 (patch) | |
tree | 37749b1b0590c43e943a517be471e93164b7865a /dns/mdnsd/Makefile | |
parent | 507d4164f01375109ba25f229f4477deef9f9712 (diff) | |
download | freebsd-ports-gnome-cf820675350cb53155a88c40a06b79866a4776c4.tar.gz freebsd-ports-gnome-cf820675350cb53155a88c40a06b79866a4776c4.tar.zst freebsd-ports-gnome-cf820675350cb53155a88c40a06b79866a4776c4.zip |
Fix build with powerpc64.
PR: 232447
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'dns/mdnsd/Makefile')
-rw-r--r-- | dns/mdnsd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/mdnsd/Makefile b/dns/mdnsd/Makefile index 1d2f49eb6105..a3b9826cab5d 100644 --- a/dns/mdnsd/Makefile +++ b/dns/mdnsd/Makefile @@ -15,8 +15,6 @@ COMMENT= Advertise a service via Rendezvous LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wpedantic" - USES= cmake:outsource USE_GITHUB= yes GH_ACCOUNT= Pro |