Skip to content

Commit ad41e1a

Browse files
committed
mplayer: SunOS needs explicit libs.
1 parent ae57d7a commit ad41e1a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

multimedia/mplayer/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.115 2024/04/12 19:32:57 riastradh Exp $
1+
# $NetBSD: Makefile,v 1.116 2024/12/03 14:42:33 jperkin Exp $
22

33
PKGNAME= mplayer-${MPLAYER_VERSION}
44
PKGREVISION= 4
@@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --with-xvmclib=XvMCW
1717

1818
INSTALLATION_DIRS+= bin
1919

20+
LDFLAGS.SunOS+= -lX11 -lXext
21+
2022
do-install:
2123
${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${DESTDIR}${PREFIX}/bin
2224

0 commit comments

Comments
 (0)