pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libdvdplay add LIBTOOL_OVERRIDE. fixes install on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ef94dc6d88d
branches:  trunk
changeset: 467257:1ef94dc6d88d
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Jan 28 03:56:29 2004 +0000

description:
add LIBTOOL_OVERRIDE. fixes install on Solaris.

bump PKGREVISION.

diffstat:

 misc/libdvdplay/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 536d4d1b7c4a -r 1ef94dc6d88d misc/libdvdplay/Makefile
--- a/misc/libdvdplay/Makefile  Wed Jan 28 02:52:43 2004 +0000
+++ b/misc/libdvdplay/Makefile  Wed Jan 28 03:56:29 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/01/24 14:11:10 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/28 03:56:29 grant Exp $
 
 DISTNAME=      libdvdplay-1.0.1
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  http://www.videolan.org/pub/libdvdplay/1.0.1/
 
@@ -13,5 +14,7 @@
 USE_LIBTOOL=   yes
 USE_BUILDLINK2=        yes
 
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+
 .include "../../misc/libdvdread/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index