tech-pkg archive

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

Building mplayer



In order to get a current mplayer package to build under a current i386
build I had to make the following change.  However, the objects that
were missing in the link stage were in libfreetype.so which, as far as
I can tell, is from freetype2.  Can someone clear up my confusion?  Is
this a reasonable change to commit?

Index: multimedia/mplayer/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/multimedia/mplayer/Makefile,v
retrieving revision 1.54
diff -u -p -u -r1.54 Makefile
--- multimedia/mplayer/Makefile 16 Mar 2008 11:56:49 -0000      1.54
+++ multimedia/mplayer/Makefile 30 Mar 2008 14:34:12 -0000
@@ -24,6 +24,7 @@ INSTALLATION_DIRS+=   bin
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${DESTDIR}${PREFIX}/bin

+.include "../../graphics/freetype-lib/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"

 .include "../../x11/libXinerama/buildlink3.mk"


-- 
D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
http://www.NetBSD.org/


Home | Main Index | Thread Index | Old Index