diff options
author | wulf <wulf@pkgsrc.org> | 2000-10-15 08:48:33 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-10-15 08:48:33 +0000 |
commit | 8c3ba987645071fb78e0317c00f04f725ca1e861 (patch) | |
tree | ef3b67a21ac3eac42208f451d4beec306ed77aaf /devel/smpeg/patches | |
parent | 6db4eb82c5581db44ae4ab90daa4bfad085b3980 (diff) | |
download | pkgsrc-8c3ba987645071fb78e0317c00f04f725ca1e861.tar.gz |
Initial import of smpeg, the SDL MPEG player library
Diffstat (limited to 'devel/smpeg/patches')
-rw-r--r-- | devel/smpeg/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/smpeg/patches/patch-aa b/devel/smpeg/patches/patch-aa new file mode 100644 index 00000000000..7d03033556d --- /dev/null +++ b/devel/smpeg/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 08:48:33 wulf Exp $ + +--- configure.orig Sun Oct 8 01:33:26 2000 ++++ configure Sun Oct 8 01:33:38 2000 +@@ -1916,7 +1916,7 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++# LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. |