pkgsrc/graphics/libggi/patches/patch-ab
skrll 0b3bc0ef86 Various tidy ups:
o Use pkgsrc libtool not internal one - we caught up with the
	  internal one ages ago.

	o Remove BUILD_DEPENDS on autoconf - the configure{,.in} hacks
	  will probably disappear if someone buildlinkifies this pkg.

	o Sort PLIST
2002-01-11 11:47:54 +00:00

28 lines
1.1 KiB
Text

$NetBSD: patch-ab,v 1.2 2002/01/11 11:47:54 skrll Exp $
--- configure.orig Fri Jan 11 11:21:05 2002
+++ configure
@@ -5141,19 +5141,20 @@
fi
if test "x$build_dga_target" != "xno"; then
+ CPPFLAGS="$CPPFLAGS -I/usr/X11R6/include"
ac_safe=`echo "X11/extensions/xf86dga.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for X11/extensions/xf86dga.h""... $ac_c" 1>&6
-echo "configure:5147: checking for X11/extensions/xf86dga.h" >&5
+echo "configure:5148: checking for X11/extensions/xf86dga.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5152 "configure"
+#line 5153 "configure"
#include "confdefs.h"
#include <X11/extensions/xf86dga.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5157: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5158: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*