FreeBSD Bugzilla – Attachment 208976 Details for
Bug 241804
www/squid: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
squid.patch (text/plain), 1.59 KB, created by
Piotr Kubaj
on 2019-11-08 15:57:22 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-11-08 15:57:22 UTC
Size:
1.59 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 516942) >+++ Makefile (working copy) >@@ -55,9 +55,11 @@ > OPTIONS_SINGLE_GSSAPI= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT > > OPTIONS_DEFAULT=ARP_ACL AUTH_NIS CACHE_DIGESTS DELAY_POOLS FOLLOW_XFF FS_AUFS \ >- FS_DISKD FS_ROCK GSSAPI_BASE HTCP ICAP ICMP IDENT KQUEUE \ >+ FS_DISKD FS_ROCK HTCP ICAP ICMP IDENT KQUEUE \ > LARGEFILE LAX_HTTP PCRE SNMP SSL SSL_CRTD TP_IPFW VIA_DB WCCP \ >- WCCPV2 >+ WCCPV2 ${OPTIONS_DEFAULT_${CHOSEN_COMPILER_TYPE}} >+OPTIONS_DEFAULT_clang= GSSAPI_BASE >+OPTIONS_DEFAULT_gcc= GSSAPI_NONE > > ARP_ACL_CONFIGURE_ENABLE= eui > AUTH_LDAP_CFLAGS= -I${LOCALBASE}/include >@@ -119,7 +121,6 @@ > STACKTRACES_CONFIGURE_ENABLE= stacktraces > STACKTRACES_EXTRA_PATCHES= ${FILESDIR}/extra-patch-gen-stacktrace > STACKTRACES_LIB_DEPENDS= libunwind.so:devel/libunwind >-STACKTRACES_CONFIGURE_ON= --disable-strict-error-checking > STACKTRACES_CFLAGS= -g > STACKTRACES_LDFLAGS= -lunwind -L${LOCALBASE}/lib > STACKTRACES_VARS= STRIP="" >@@ -189,10 +190,6 @@ > WCCPV2_DESC= Web Cache Coordination Protocol v2 > WCCP_DESC= Web Cache Coordination Protocol > >-CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} >-CFLAGS+= -Wno-error=deprecated-declarations >-CFLAGS_gcc= -Wno-error=stringop-truncation >- > change_files= ChangeLog \ > contrib/nextstep/makepkg \ > contrib/nextstep/post_install \ >@@ -235,7 +232,8 @@ > --disable-linux-netfilter \ > --disable-linux-tproxy \ > --disable-translation \ >- --disable-arch-native >+ --disable-arch-native \ >+ --disable-strict-error-checking > > .include <bsd.port.options.mk> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
timp87
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 241804
: 208976