diff options
author | trociny <trociny@FreeBSD.org> | 2019-02-24 23:09:55 +0800 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2019-02-24 23:09:55 +0800 |
commit | c25174dc3c5e4060b602cb818962fa5f1c4bdf1e (patch) | |
tree | 37906c28746045588163682bc83c53bda713b583 /sysutils/cmogstored | |
parent | 1953700cdb4f147d936cdf4b7dfd983b822b3621 (diff) | |
download | freebsd-ports-gnome-c25174dc3c5e4060b602cb818962fa5f1c4bdf1e.tar.gz freebsd-ports-gnome-c25174dc3c5e4060b602cb818962fa5f1c4bdf1e.tar.zst freebsd-ports-gnome-c25174dc3c5e4060b602cb818962fa5f1c4bdf1e.zip |
fix build on GCC architectures
PR: 235992
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'sysutils/cmogstored')
-rw-r--r-- | sysutils/cmogstored/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cmogstored/Makefile b/sysutils/cmogstored/Makefile index df6ccbced99c..b1fb3046f683 100644 --- a/sysutils/cmogstored/Makefile +++ b/sysutils/cmogstored/Makefile @@ -3,6 +3,7 @@ PORTNAME= cmogstored PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://bogomips.org/cmogstored/files/ @@ -14,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4' BROKEN_mips64= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4' -BROKEN_powerpc64= fails to build: internal compiler error: Segmentation fault + +USES= compiler:c11 PLIST_FILES= sbin/cmogstored \ man/man1/cmogstored.1.gz |