freebsd-ports/graphics/giflib/files/patch-configure
Dag-Erling Smørgrav 1751fde39a For some mysterious reason, libungif prefers the antiquated <varargs.h>
to <stdarg.h>.  Unfortunately, it fails to build with gcc 3.3, so hack
configure to not test for the presence of <varargs.h>.
2003-07-18 06:53:33 +00:00

11 lines
259 B
Text

--- configure.orig Fri Jul 18 08:47:31 2003
+++ configure Fri Jul 18 08:48:20 2003
@@ -3247,7 +3247,7 @@
fi
done
-for ac_hdr in varargs.h
+for ac_hdr in
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6