pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mplayer
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 3 14:42:33 UTC 2024
Modified Files:
pkgsrc/multimedia/mplayer: Makefile
Log Message:
mplayer: SunOS needs explicit libs.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/multimedia/mplayer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mplayer/Makefile
diff -u pkgsrc/multimedia/mplayer/Makefile:1.115 pkgsrc/multimedia/mplayer/Makefile:1.116
--- pkgsrc/multimedia/mplayer/Makefile:1.115 Fri Apr 12 19:32:57 2024
+++ pkgsrc/multimedia/mplayer/Makefile Tue Dec 3 14:42:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2024/04/12 19:32:57 riastradh Exp $
+# $NetBSD: Makefile,v 1.116 2024/12/03 14:42:33 jperkin Exp $
PKGNAME= mplayer-${MPLAYER_VERSION}
PKGREVISION= 4
@@ -17,6 +17,8 @@ CONFIGURE_ARGS+= --with-xvmclib=XvMCW
INSTALLATION_DIRS+= bin
+LDFLAGS.SunOS+= -lX11 -lXext
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mplayer ${DESTDIR}${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index