1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix build under 10-CURRENT.

PR:		172211, 175760
Submitted by:	Niclas Zeising <zeising@daemonic.se>
This commit is contained in:
Cy Schubert 2013-02-04 16:58:33 +00:00
parent 2f0818e0aa
commit 0e48c93e82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311637

View File

@ -0,0 +1,11 @@
--- configure.ac.bak 2013-02-01 10:35:04.191557713 +0100
+++ configure.ac 2013-02-01 10:35:12.513558507 +0100
@@ -225,7 +225,7 @@
switch (*p = p = *c) { case 0: printf("%Q", c, p); }
*c = &i; c = p;
while (1 || (unsigned int)3 >= 0 || ((int)-1) == ((unsigned int)1));
- return;], , AC_MSG_ERROR("
+ return 0;], , AC_MSG_ERROR("
configure is not able to compile programs with warnings. Please
remove all offending options like -Werror from the CFLAGS and
CPPFLAGS variables and run configure again."))