pkgsrc/multimedia/libmp4v2/patches/patch-ab
drochner 70986b479c split out the libmp4v2 part from mpeg4ip -- all users in the pkgsrc
tree just need that library, the player in mpeg4ip just causes an unwanted
dependency on SDL and complications due to plugin building
2007-02-09 19:57:48 +00:00

13 lines
377 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2007/02/09 19:57:48 drochner Exp $
--- configure.orig 2005-11-11 00:26:00.000000000 +0000
+++ configure
@@ -1570,7 +1570,7 @@ echo "$as_me: error: Please run bootstra
{ (exit 1); exit 1; }; }
exit -1
fi
-rm -f config.h >&/dev/null
+rm -f config.h >/dev/null
touch config.h
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do