summaryrefslogtreecommitdiff
path: root/graphics/avifile-devel
diff options
context:
space:
mode:
authorfredb <fredb>2002-03-08 04:16:55 +0000
committerfredb <fredb>2002-03-08 04:16:55 +0000
commitaf4175292d8412488e84f20820ac08133d14ee40 (patch)
treea41c677207f04f759ab0a786fdf0772a2fe858a1 /graphics/avifile-devel
parent0631857c8628cea8b7da4cdd9cdbc68e0e53782a (diff)
downloadpkgsrc-af4175292d8412488e84f20820ac08133d14ee40.tar.gz
Don't pick up crud from "/usr/local".
Diffstat (limited to 'graphics/avifile-devel')
-rw-r--r--graphics/avifile-devel/distinfo3
-rw-r--r--graphics/avifile-devel/patches/patch-aa21
2 files changed, 23 insertions, 1 deletions
diff --git a/graphics/avifile-devel/distinfo b/graphics/avifile-devel/distinfo
index d33e8cc44ea..9387fd0f589 100644
--- a/graphics/avifile-devel/distinfo
+++ b/graphics/avifile-devel/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.9 2001/08/19 08:55:59 zuntum Exp $
+$NetBSD: distinfo,v 1.10 2002/03/08 04:16:55 fredb Exp $
SHA1 (avifile-0.6.20010814.tar.bz2) = 695227679dd09e9b9d1fb71caf58a9d92204b262
Size (avifile-0.6.20010814.tar.bz2) = 1067753 bytes
+SHA1 (patch-aa) = 811be2038933dfcbd79c787450557cde58173b8a
diff --git a/graphics/avifile-devel/patches/patch-aa b/graphics/avifile-devel/patches/patch-aa
new file mode 100644
index 00000000000..904f34ca892
--- /dev/null
+++ b/graphics/avifile-devel/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.3 2002/03/08 04:16:56 fredb Exp $
+
+--- autogen.sh.orig Fri Aug 10 11:20:43 2001
++++ autogen.sh
+@@ -40,11 +40,11 @@
+ }
+
+
+-if [ -d /usr/local/share/aclocal ]; then
+- if [ "`aclocal --print-ac-dir`" != "/usr/local/share/aclocal" ]; then
+- ACLOCAL_FLAGS="-I /usr/local/share/aclocal $ACLOCAL_FLAGS"
+- fi
+-fi
++#if [ -d /usr/local/share/aclocal ]; then
++# if [ "`aclocal --print-ac-dir`" != "/usr/local/share/aclocal" ]; then
++# ACLOCAL_FLAGS="-I /usr/local/share/aclocal $ACLOCAL_FLAGS"
++# fi
++#fi
+
+ # Regenerate configuration files
+ ok=0