diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-28 06:59:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-28 06:59:12 +0800 |
commit | 0175702fed5a9a8ee8246859ea1990a3f329ad89 (patch) | |
tree | 794eb871cc8b38f9c811aef52d8e8252f1726baa /sysutils/syslog-ng36 | |
parent | 6d2db687be3957b0109fc00bbab9ad521d267556 (diff) | |
download | freebsd-ports-gnome-0175702fed5a9a8ee8246859ea1990a3f329ad89.tar.gz freebsd-ports-gnome-0175702fed5a9a8ee8246859ea1990a3f329ad89.tar.zst freebsd-ports-gnome-0175702fed5a9a8ee8246859ea1990a3f329ad89.zip |
Fix build on gcc-based archs.
Tested on powerpc64, amd64.
While here, pet portlint.
PR: 231740
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/syslog-ng36')
-rw-r--r-- | sysutils/syslog-ng36/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/syslog-ng36/Makefile b/sysutils/syslog-ng36/Makefile index 06fc310dc537..982c12596b7e 100644 --- a/sysutils/syslog-ng36/Makefile +++ b/sysutils/syslog-ng36/Makefile @@ -15,12 +15,11 @@ PKGNAMESUFFIX= 36 MAINTAINER= cy@FreeBSD.org COMMENT= Powerful syslogd replacement +BROKEN_sparc64= fails to compile: gcc core dump + LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ libpcre.so:devel/pcre -BROKEN_powerpc64= fails to link: cc: Internal error: Segmentation fault (program ld) -BROKEN_sparc64= fails to compile: gcc core dump - CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng[0-9][0-9][0-9]-[0-9]* \ @@ -38,7 +37,7 @@ JSON_DESC= Build with JSON-C support GEOIP_DESC= Build with GeoIP support REDIS_DESC= Build with Redis support -USES= alias gmake libtool pathfix pkgconfig +USES= alias compiler:c11 gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= syslog-ng GNU_CONFIGURE= yes |