Implement a temporary patch that fixes coredumps under certain
conditions until this is fixed upstream. Bump portrevision. Reported by: Helmut Schneider <jumper99@gmx.de> and others on amavisd mailing list
This commit is contained in:
parent
578845e7a0
commit
a887269d31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241385
@ -8,6 +8,7 @@
|
||||
PORTNAME= Convert-UUlib
|
||||
PORTVERSION= 1.30
|
||||
DISTVERSION= ${PORTVERSION:C/0$//}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
11
converters/p5-Convert-UUlib/files/patch-configure
Normal file
11
converters/p5-Convert-UUlib/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- uulib/configure.orig 2009-09-14 13:48:25.000000000 +0200
|
||||
+++ uulib/configure 2009-09-14 13:48:27.000000000 +0200
|
||||
@@ -1199,7 +1199,7 @@ done
|
||||
|
||||
|
||||
CFLAGS="$CFLAGS -D_GNU_SOURCE"
|
||||
-for ac_func in gettimeofday fgetc_unlocked strcasecmp strncasecmp strcasestr
|
||||
+for ac_func in gettimeofday fgetc_unlocked
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:1206: checking for $ac_func" >&5
|
Loading…
Reference in New Issue
Block a user