From 36b26734d34f0466b658ffd2776c49321e9f058e Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Thu, 27 Sep 2012 21:59:32 +0000 Subject: - Update to 3.1.21 PR: ports/172098 Submitted by: Thomas-Martin Seck (maintainer) Approved by: crees, tabthorpe (mentors, implicit) --- www/squid31/files/patch-configure | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 www/squid31/files/patch-configure (limited to 'www/squid31/files/patch-configure') diff --git a/www/squid31/files/patch-configure b/www/squid31/files/patch-configure deleted file mode 100644 index 2452bff4e81c..000000000000 --- a/www/squid31/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ -Correct two configure tests that fail whenn g++ is used instead of gcc. ---- configure.orig 2010-05-30 16:00:03.000000000 +0200 -+++ configure 2010-05-30 16:00:33.000000000 +0200 -@@ -48547,7 +48547,10 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - -+#include /* for setresuid(2) on FreeBSD */ -+#include /* for perror(3) on FreeBSD */ - #include -+#include /* for setresuid(2) on FreeBSD */ - int main(int argc, char **argv) { - if(setresuid(-1,-1,-1)) { - perror("setresuid:"); -@@ -48632,7 +48635,7 @@ - int main(int argc, char **argv) - { - int size = 20; -- char *str = malloc(size); -+ char *str = (char *)malloc(size); - memset(str, 'x', size); - strnstr(str, "fubar", size); - return 0; -- cgit v1.2.3