pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Move inclusion of libiconv's bl3 file to the common Ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb60acb72631
branches:  trunk
changeset: 469719:bb60acb72631
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Feb 27 13:54:49 2004 +0000

description:
Move inclusion of libiconv's bl3 file to the common Makefile, to fix the
build of xine-esound as shown by kristerw@'s last bulk build.

diffstat:

 audio/xine-arts/Makefile            |  3 +--
 multimedia/xine-lib/Makefile        |  3 +--
 multimedia/xine-lib/Makefile.common |  3 ++-
 3 files changed, 4 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 6b54114db899 -r bb60acb72631 audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile  Fri Feb 27 09:02:51 2004 +0000
+++ b/audio/xine-arts/Makefile  Fri Feb 27 13:54:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/25 18:02:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/27 13:54:49 jmmv Exp $
 #
 
 .include "../../multimedia/xine-lib/Makefile.common"
@@ -16,5 +16,4 @@
                xineplug_ao_out_arts.la ${PREFIX}/lib/xine/plugins/1.0.0
 
 .include "../../audio/arts/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6b54114db899 -r bb60acb72631 multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile      Fri Feb 27 09:02:51 2004 +0000
+++ b/multimedia/xine-lib/Makefile      Fri Feb 27 13:54:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/25 18:02:08 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/27 13:54:49 jmmv Exp $
 #
 
 .include "Makefile.common"
@@ -13,7 +13,6 @@
 
 .include "../../audio/flac/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../graphics/aalib/buildlink3.mk"
diff -r 6b54114db899 -r bb60acb72631 multimedia/xine-lib/Makefile.common
--- a/multimedia/xine-lib/Makefile.common       Fri Feb 27 09:02:51 2004 +0000
+++ b/multimedia/xine-lib/Makefile.common       Fri Feb 27 13:54:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/02/25 18:02:08 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/02/27 13:54:49 jmmv Exp $
 #
 
 DISTNAME=              xine-lib-1-rc0a
@@ -34,6 +34,7 @@
 PLIST_SUBST+=          XV_WORKAROUND=""
 .endif
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index