FreeBSD Bugzilla – Attachment 178305 Details for
Bug 215594
www/apache24: [PATCH] Fix build with mpm_itk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the -Werror problem.
apache24.diff (text/plain), 2.03 KB, created by
Marcelo Araujo
on 2016-12-27 01:07:07 UTC
(
hide
)
Description:
Fix the -Werror problem.
Filename:
MIME Type:
Creator:
Marcelo Araujo
Created:
2016-12-27 01:07:07 UTC
Size:
2.03 KB
patch
obsolete
>Index: www/apache24/Makefile >=================================================================== >--- www/apache24/Makefile (revision 429235) >+++ www/apache24/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= apache24 > PORTVERSION= 2.4.25 >+PORTREVISION= 1 > CATEGORIES= www ipv6 > MASTER_SITES= APACHE_HTTPD > DISTNAME= httpd-${PORTVERSION} >Index: www/apache24/files/patch-configure.in >=================================================================== >--- www/apache24/files/patch-configure.in (revision 429235) >+++ www/apache24/files/patch-configure.in (working copy) >@@ -1,4 +1,4 @@ >---- configure.in.orig 2015-09-05 17:02:03 UTC >+--- configure.in.orig 2016-12-02 11:36:06 UTC > +++ configure.in > @@ -111,7 +111,7 @@ fi > >@@ -18,7 +18,15 @@ > [--enable-layout=*|\'--enable-layout=*]) > dnl We must be the last to build and the first to be cleaned > AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util" >-@@ -830,8 +830,14 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_pre >+@@ -597,7 +597,6 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HEL >+ if test "$GCC" = "yes"; then >+ APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wpointer-arith]) >+ APACHE_ADD_GCC_CFLAG([-std=c89]) >+- APACHE_ADD_GCC_CFLAG([-Werror]) >+ APACHE_ADD_GCC_CFLAG([-Wdeclaration-after-statement]) >+ APACHE_ADD_GCC_CFLAG([-Wformat]) >+ APACHE_ADD_GCC_CFLAG([-Wformat-security]) >+@@ -838,12 +837,18 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_pre > [Root directory of the Apache install area]) > AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf", > [Location of the config file, relative to the Apache root directory]) >@@ -31,5 +39,11 @@ > +AC_DEFINE_UNQUOTED(DOCUMENT_LOCATION, "${rel_htdocsdir}", > + [Location of document root]) > >- perlbin=`$ac_aux_dir/PrintPath perl` >+-perlbin=`$ac_aux_dir/PrintPath perl` >++perlbin=/usr/local/bin/perl > if test "x$perlbin" = "x"; then >+- perlbin="/replace/with/path/to/perl/interpreter" >++ perlbin=/usr/local/bin/perl >+ fi >+ AC_SUBST(perlbin) >+
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
Actions:
View
|
Diff
Attachments on
bug 215594
: 178305