diff options
author | jlam <jlam> | 2001-06-28 21:29:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-28 21:29:29 +0000 |
commit | 19080d0e984dc2733af9e355524c8dd083d16361 (patch) | |
tree | 94ab313e41f289e80712eda258246f833c28e78c /devel/smpeg | |
parent | afb08f43d48ce009ed7477eb9d32ec8c705b4f59 (diff) | |
download | pkgsrc-19080d0e984dc2733af9e355524c8dd083d16361.tar.gz |
Use LTCONFIG_OVERRIDE instead of patching configure script.
Diffstat (limited to 'devel/smpeg')
-rw-r--r-- | devel/smpeg/Makefile | 6 | ||||
-rw-r--r-- | devel/smpeg/distinfo | 3 | ||||
-rw-r--r-- | devel/smpeg/patches/patch-aa | 13 |
3 files changed, 5 insertions, 17 deletions
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile index 62a275779fe..5e54e3bdf55 100644 --- a/devel/smpeg/Makefile +++ b/devel/smpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/06/26 10:41:59 zuntum Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/28 21:29:29 jlam Exp $ # DISTNAME= smpeg-0.4.3 @@ -14,7 +14,9 @@ DEPENDS+= SDL>=1.1.5nb1:../../devel/SDL DEPENDS+= gtk+-1.*:../../x11/gtk USE_GMAKE= yes -USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + .include "../../mk/bsd.pkg.mk" diff --git a/devel/smpeg/distinfo b/devel/smpeg/distinfo index 6f78f8002aa..36e807633e2 100644 --- a/devel/smpeg/distinfo +++ b/devel/smpeg/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/05/17 12:33:04 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2001/06/28 21:29:29 jlam Exp $ SHA1 (smpeg-0.4.3.tar.gz) = 30b76738ab3adb78799eadf9620499984ccc3774 Size (smpeg-0.4.3.tar.gz) = 313624 bytes -SHA1 (patch-aa) = 16f6ef7c165e55c1481296fa819cad90329d5af1 diff --git a/devel/smpeg/patches/patch-aa b/devel/smpeg/patches/patch-aa deleted file mode 100644 index 7d03033556d..00000000000 --- a/devel/smpeg/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$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. |