diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-08 04:16:55 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-08 04:16:55 +0000 |
commit | d4904509372e4126f2ac777eee16f69c8b23e097 (patch) | |
tree | a41c677207f04f759ab0a786fdf0772a2fe858a1 /graphics/avifile-devel | |
parent | 43c1145f9148bc3545ec1d8afdeeb5e94f4308dd (diff) | |
download | pkgsrc-d4904509372e4126f2ac777eee16f69c8b23e097.tar.gz |
Don't pick up crud from "/usr/local".
Diffstat (limited to 'graphics/avifile-devel')
-rw-r--r-- | graphics/avifile-devel/distinfo | 3 | ||||
-rw-r--r-- | graphics/avifile-devel/patches/patch-aa | 21 |
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 |