mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
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)
This commit is contained in:
parent
36a8ebb917
commit
dc56bbe787
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480832
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user