diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 10:02:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 10:02:41 +0000 |
commit | 8b5a79315217861e35c8fc6a6340fde978a9aed9 (patch) | |
tree | d1a66f61fc951f3d5daa56643763e20afd11573b /multimedia/mpeg4ip/Makefile | |
parent | 1abe4015b71ed514fc2bbbb31fb1467e938923b6 (diff) | |
download | pkgsrc-8b5a79315217861e35c8fc6a6340fde978a9aed9.tar.gz |
Add DragonFly support. Override all libtool instances.
Diffstat (limited to 'multimedia/mpeg4ip/Makefile')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index f9bc6fdd0d8..ff7a90cbcc1 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/12 21:39:38 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/28 10:02:41 joerg Exp $ # DISTNAME= mpeg4ip-1.4.1 @@ -13,6 +13,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= bootstrap +LIBTOOL_OVERRIDE= libtool */libtool */*/libtool */*/*/libtool .include "../../devel/SDL/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" |